Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revisit default log handler behaviour #14

Open
QuintinWillison opened this issue Sep 6, 2022 · 1 comment
Open

Revisit default log handler behaviour #14

QuintinWillison opened this issue Sep 6, 2022 · 1 comment

Comments

@QuintinWillison
Copy link
Contributor

QuintinWillison commented Sep 6, 2022

Our .NET SDK, at the time of writing this, defaults to outputting to Debug.WriteLine(). This has the result that the information is available in the output window, but not in the command line (standard output, stdout).

Going strictly by RSC2 and RSC3, this could be viewed as a bug in the .NET SDK. Conversely, if we apply our more recent imperative to be more language/platform idiomatic, then this choice for the .NET SDK could be viewed as preferable.

Perhaps this has something to do with the different runtime contexts for .NET. For a GUI or game application, then perhaps the output window is the most logical place for debug output. However, for a command line application, perhaps stdout or stderr is preferable. 🤔

┆Issue is synchronized with this Jira Task by Unito

@sync-by-unito
Copy link

sync-by-unito bot commented Oct 17, 2022

➤ Automation for Jira commented:

The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-2768

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant