removed debug print
This commit is contained in:
parent
89f4c7f7b3
commit
eec2ec60be
@ -69,7 +69,6 @@ public class CompositeLogger : ILogger
|
|||||||
|
|
||||||
public void Log(string context, LogSeverity severity, object message, ILogFormat format)
|
public void Log(string context, LogSeverity severity, object message, ILogFormat format)
|
||||||
{
|
{
|
||||||
Console.WriteLine(severity.ToString().ToUpper());
|
|
||||||
if(!this.CheckSeverity(severity))
|
if(!this.CheckSeverity(severity))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user