Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Doc comments for debug logger #209

Merged
merged 1 commit into from
Jul 2, 2015
Merged

Conversation

victorhurdugaci
Copy link
Contributor

In response to the comments here

@DamianEdwards @davidfowl

@@ -69,7 +96,7 @@ public void Log(LogLevel logLevel, int eventId, object state, Exception exceptio
{
return;
}

message = $"{ logLevel }: {message}";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to remove the extra space before and after logLevel

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated. Not fixing.

@hishamco
Copy link
Contributor

hishamco commented Jul 2, 2015

It will be nice if you remove the LF in the last line in both DebugLogger.cs and DebugLoggerProvider.cs

@hishamco
Copy link
Contributor

hishamco commented Jul 2, 2015

Looks decent 😄

@victorhurdugaci
Copy link
Contributor Author

@BrennanConroy @troydai , anyone?

@@ -69,7 +81,7 @@ public void Log(LogLevel logLevel, int eventId, object state, Exception exceptio
{
return;
}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove spaces

@BrennanConroy
Copy link
Member

Looks good

@victorhurdugaci victorhurdugaci force-pushed the victorhu/debug-logger-pr branch from 2b0e777 to 1915f2f Compare July 2, 2015 22:39
@victorhurdugaci victorhurdugaci merged commit 1915f2f into dev Jul 2, 2015
@victorhurdugaci victorhurdugaci deleted the victorhu/debug-logger-pr branch July 2, 2015 22:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants