Method | Description | |
---|---|---|
Debug ( |
||
Debug ( |
||
Error ( |
||
Error ( |
||
Fatal ( |
||
Fatal ( |
||
GetLoggingService ( ) : ILogger | ||
Info ( |
||
Info ( |
||
Trace ( |
||
Trace ( |
||
Warn ( |
||
Warn ( |
Method | Description | |
---|---|---|
GetLogEvent ( string loggerName, NLog.LogLevel level, |
public Debug ( |
||
exception | ||
return | void |
public Debug ( |
||
exception | ||
format | string | |
return | void |
public Error ( |
||
exception | ||
return | void |
public Error ( |
||
exception | ||
format | string | |
return | void |
public Fatal ( |
||
exception | ||
return | void |
public Fatal ( |
||
exception | ||
format | string | |
return | void |
public static GetLoggingService ( ) : ILogger | ||
return | ILogger |
public Info ( |
||
exception | ||
return | void |
public Info ( |
||
exception | ||
format | string | |
return | void |
public Trace ( |
||
exception | ||
return | void |
public Trace ( |
||
exception | ||
format | string | |
return | void |
public Warn ( |
||
exception | ||
return | void |
public Warn ( |
||
exception | ||
format | string | |
return | void |