Метод | Описание | |
---|---|---|
Debug ( string message ) : void | ||
Debug ( string message, Exception exception ) : void | ||
DebugFormat ( string format ) : void | ||
Error ( string message ) : void | ||
Error ( string message, Exception exception ) : void | ||
ErrorFormat ( string format ) : void | ||
Fatal ( string message ) : void | ||
Fatal ( string message, Exception exception ) : void | ||
FatalFormat ( string format ) : void | ||
Info ( string message ) : void | ||
Info ( string message, Exception exception ) : void | ||
InfoFormat ( string format ) : void | ||
Logger ( ILogger logger ) : System | ||
Warn ( string message ) : void | ||
Warn ( string message, Exception exception ) : void | ||
WarnFormat ( string format ) : void |
public Debug ( string message, Exception exception ) : void | ||
message | string | |
exception | Exception | |
Результат | void |
public DebugFormat ( string format ) : void | ||
format | string | |
Результат | void |
public Error ( string message, Exception exception ) : void | ||
message | string | |
exception | Exception | |
Результат | void |
public ErrorFormat ( string format ) : void | ||
format | string | |
Результат | void |
public Fatal ( string message, Exception exception ) : void | ||
message | string | |
exception | Exception | |
Результат | void |
public FatalFormat ( string format ) : void | ||
format | string | |
Результат | void |
public Info ( string message, Exception exception ) : void | ||
message | string | |
exception | Exception | |
Результат | void |
public InfoFormat ( string format ) : void | ||
format | string | |
Результат | void |
public Warn ( string message, Exception exception ) : void | ||
message | string | |
exception | Exception | |
Результат | void |
public WarnFormat ( string format ) : void | ||
format | string | |
Результат | void |