Метод | Описание | |
---|---|---|
DebugLogger ( |
Initializes a new instance of the DebugLogger class.
|
|
GetLogger ( |
||
Log ( ILogEntry entry ) : void |
Logs the specified log entry.
|
|
Shutdown ( ) : void |
Closes all the resources held by the various loggers.
|
public DebugLogger ( |
||
type | The type. | |
Результат | System |
public GetLogger ( |
||
type | ||
additionalData | object>.System | |
Результат | ILogService |
public Log ( ILogEntry entry ) : void | ||
entry | ILogEntry | The entry to log. |
Результат | void |