Метод | Описание | |
---|---|---|
Log ( |
Logs the specified System.Exception with the specified user information.
|
|
Log ( |
Logs the specified message with the specified LogLevel and user information.
|
|
Log ( string message, IUser user = null ) : void |
Logs the specified message with the specified user information and the default LogLevel set at Warming.
|
public Log ( |
||
exception | The |
|
user | IUser | The user information to log. |
Результат | void |
public Log ( |
||
level | The |
|
message | string | The message to log. |
user | IUser | The user information to log. |
Результат | void |
public Log ( string message, IUser user = null ) : void | ||
message | string | The message to log. |
user | IUser | The user information to log. |
Результат | void |