Method | Description | |
---|---|---|
ConsoleLogger ( ) : System | ||
ConsoleLogger ( bool isSynchronized ) : System | ||
Format ( string text, LogLevel level, string callerName ) : string | ||
SetSynchronizationMode ( bool isSynchronized ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
Execute ( LogLevel level, string text, string callerName ) : void | ||
WriteToConsole ( string text ) : void | ||
WriteToConsoleSynchronized ( string text ) : void |
public ConsoleLogger ( bool isSynchronized ) : System | ||
isSynchronized | bool | |
return | System |
protected Execute ( LogLevel level, string text, string callerName ) : void | ||
level | LogLevel | |
text | string | |
callerName | string | |
return | void |
public Format ( string text, LogLevel level, string callerName ) : string | ||
text | string | |
level | LogLevel | |
callerName | string | |
return | string |
public SetSynchronizationMode ( bool isSynchronized ) : void | ||
isSynchronized | bool | |
return | void |
protected WriteToConsole ( string text ) : void | ||
text | string | |
return | void |
protected WriteToConsoleSynchronized ( string text ) : void | ||
text | string | |
return | void |