Метод | Описание | |
---|---|---|
Debug ( this log, |
Logs the specified exception with the LogLevel.Debug trace level.
|
|
Debug ( this log, string message ) : void |
Logs the specified message with the LogLevel.Debug trace level.
|
|
Debug ( this log, string message, |
Logs the specified message and exception with the LogLevel.Debug trace level.
|
|
Error ( this log, |
Logs the specified exception with the LogLevel.Error trace level.
|
|
Error ( this log, string message ) : void |
Logs the specified message with the LogLevel.Error trace level.
|
|
Error ( this log, string message, |
Logs the specified message and exception with the LogLevel.Error trace level.
|
|
Fatal ( this log, |
Logs the specified exception with the LogLevel.Fatal trace level.
|
|
Fatal ( this log, string message ) : void |
Logs the specified message with the LogLevel.Fatal trace level.
|
|
Fatal ( this log, string message, |
Logs the specified message and exception with the LogLevel.Fatal trace level.
|
|
Info ( this log, |
Logs the specified exception with the LogLevel.Info trace level.
|
|
Info ( this log, string message ) : void |
Logs the specified message with the LogLevel.Info trace level.
|
|
Info ( this log, string message, |
Logs the specified message and exception with the LogLevel.Info trace level.
|
|
Log ( this log, LogLevel level, |
Logs the specified exception with the specified trace level.
|
|
Log ( this log, LogLevel level, string message ) : void |
Logs the specified message with the specified trace level.
|
|
Log ( this log, LogLevel level, string message, |
Logs the specified message and exception with the specified trace level.
|
|
Verbose ( this log, |
Logs the specified exception with the LogLevel.Verbose trace level.
|
|
Verbose ( this log, string message ) : void |
Logs the specified message with the LogLevel.Verbose trace level.
|
|
Verbose ( this log, string message, |
Logs the specified message and exception with the LogLevel.Verbose trace level.
|
|
Warning ( this log, |
Logs the specified exception with the LogLevel.Warning trace level.
|
|
Warning ( this log, string message ) : void |
Logs the specified message with the LogLevel.Warning trace level.
|
|
Warning ( this log, string message, |
Logs the specified message and exception with the LogLevel.Warning trace level.
|
public static Debug ( this log, |
||
log | this | The logging service used to output the trace. |
exception | The exception to trace. | |
Результат | void |
public static Debug ( this log, string message ) : void | ||
log | this | The logging service used to output the trace. |
message | string | The message to trace. |
Результат | void |
public static Debug ( this log, string message, |
||
log | this | The logging service used to output the trace. |
message | string | The message to trace. |
exception | The exception to trace. | |
Результат | void |
public static Error ( this log, |
||
log | this | The logging service used to output the trace. |
exception | The exception to trace. | |
Результат | void |
public static Error ( this log, string message ) : void | ||
log | this | The logging service used to output the trace. |
message | string | The message to trace. |
Результат | void |
public static Error ( this log, string message, |
||
log | this | The logging service used to output the trace. |
message | string | The message to trace. |
exception | The exception to trace. | |
Результат | void |
public static Fatal ( this log, |
||
log | this | The logging service used to output the trace. |
exception | The exception to trace. | |
Результат | void |
public static Fatal ( this log, string message ) : void | ||
log | this | The logging service used to output the trace. |
message | string | The message to trace. |
Результат | void |
public static Fatal ( this log, string message, |
||
log | this | The logging service used to output the trace. |
message | string | The message to trace. |
exception | The exception to trace. | |
Результат | void |
public static Info ( this log, |
||
log | this | The logging service used to output the trace. |
exception | The exception to trace. | |
Результат | void |
public static Info ( this log, string message ) : void | ||
log | this | The logging service used to output the trace. |
message | string | The message to trace. |
Результат | void |
public static Info ( this log, string message, |
||
log | this | The logging service used to output the trace. |
message | string | The message to trace. |
exception | The exception to trace. | |
Результат | void |
public static Log ( this log, LogLevel level, |
||
log | this | The logging service used to output the trace. |
level | LogLevel | The trace level. |
exception | The exception to trace. | |
Результат | void |
public static Log ( this log, LogLevel level, string message ) : void | ||
log | this | The logging service used to output the trace. |
level | LogLevel | The trace level. |
message | string | The message to trace. |
Результат | void |
public static Log ( this log, LogLevel level, string message, |
||
log | this | The logging service used to output the trace. |
level | LogLevel | The trace level. |
message | string | The message to trace. |
exception | The exception to trace. | |
Результат | void |
public static Verbose ( this log, |
||
log | this | The logging service used to output the trace. |
exception | The exception to trace. | |
Результат | void |
public static Verbose ( this log, string message ) : void | ||
log | this | The logging service used to output the trace. |
message | string | The message to trace. |
Результат | void |
public static Verbose ( this log, string message, |
||
log | this | The logging service used to output the trace. |
message | string | The message to trace. |
exception | The exception to trace. | |
Результат | void |
public static Warning ( this log, |
||
log | this | The logging service used to output the trace. |
exception | The exception to trace. | |
Результат | void |
public static Warning ( this log, string message ) : void | ||
log | this | The logging service used to output the trace. |
message | string | The message to trace. |
Результат | void |
public static Warning ( this log, string message, |
||
log | this | The logging service used to output the trace. |
message | string | The message to trace. |
exception | The exception to trace. | |
Результат | void |