Метод | Описание | |
---|---|---|
Format ( string text, LogLevel level, string callerName ) : string | ||
SetGlobalTextColor ( ConsoleColor color ) : void |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void | ||
Execute ( LogLevel level, string text, string callerName ) : void |
Метод | Описание | |
---|---|---|
GetColor ( LogLevel level ) : ConsoleColor |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
protected Execute ( LogLevel level, string text, string callerName ) : void | ||
level | LogLevel | |
text | string | |
callerName | string | |
Результат | void |
public Format ( string text, LogLevel level, string callerName ) : string | ||
text | string | |
level | LogLevel | |
callerName | string | |
Результат | string |
public SetGlobalTextColor ( ConsoleColor color ) : void | ||
color | ConsoleColor | |
Результат | void |