Метод | Описание | |
---|---|---|
Commit ( ) : void | ||
Debug ( string message, |
||
Error ( string message, |
||
Fatal ( string message, |
||
Info ( string message, |
||
Warn ( string message, |
||
WithLoglevel ( LogLevel logLevel ) : ILog | ||
WithName ( string name ) : ILog | ||
WithSessionGuid ( System.Guid sessionGuid ) : ILog | ||
WithStopwatch ( Stopwatch stopwatch ) : ILog |
Метод | Описание | |
---|---|---|
ALog ( ) : System | ||
Log ( LogLevel logLevel, string message, |
public Debug ( string message, |
||
message | string | |
e | ||
Результат | void |
public Error ( string message, |
||
message | string | |
e | ||
Результат | void |
public Fatal ( string message, |
||
message | string | |
e | ||
Результат | void |
public Info ( string message, |
||
message | string | |
e | ||
Результат | void |
protected Log ( LogLevel logLevel, string message, |
||
logLevel | LogLevel | |
message | string | |
e | ||
Результат | void |
public Warn ( string message, |
||
message | string | |
e | ||
Результат | void |
public WithLoglevel ( LogLevel logLevel ) : ILog | ||
logLevel | LogLevel | |
Результат | ILog |
public WithSessionGuid ( System.Guid sessionGuid ) : ILog | ||
sessionGuid | System.Guid | |
Результат | ILog |
public WithStopwatch ( Stopwatch stopwatch ) : ILog | ||
stopwatch | Stopwatch | |
Результат | ILog |