Method | Description | |
---|---|---|
Debug ( ) : void |
Writes the diagnostic message at the
|
|
Debug ( Func |
Writes the diagnostic message at the
|
|
Debug ( string message ) : void |
Writes the diagnostic message at the
|
|
DebugException ( Func |
Writes the diagnostic message and exception at the
|
|
Error ( ) : void |
Writes the diagnostic message at the
|
|
Error ( Func |
Writes the diagnostic message at the
|
|
Error ( string message ) : void |
Writes the diagnostic message at the
|
|
ErrorException ( Func |
Writes the diagnostic message and exception at the
|
|
Fatal ( ) : void |
Writes the diagnostic message at the
|
|
Fatal ( Func |
Writes the diagnostic message at the
|
|
Fatal ( string message ) : void |
Writes the diagnostic message at the
|
|
FatalException ( Func |
Writes the diagnostic message and exception at the
|
|
Info ( ) : void |
Writes the diagnostic message at the
|
|
Info ( Func |
Writes the diagnostic message at the
|
|
Info ( string message ) : void |
Writes the diagnostic message at the
|
|
InfoException ( Func |
Writes the diagnostic message and exception at the
|
|
Trace ( ) : void |
Writes the diagnostic message at the
|
|
Trace ( Func |
Writes the diagnostic message at the
|
|
Trace ( string message ) : void |
Writes the diagnostic message at the
|
|
TraceException ( Func |
Writes the diagnostic message and exception at the
|
|
Warn ( ) : void |
Writes the diagnostic message at the
|
|
Warn ( Func |
Writes the diagnostic message at the
|
|
Warn ( string message ) : void |
Writes the diagnostic message at the
|
|
WarnException ( Func |
Writes the diagnostic message and exception at the
|
Method | Description | |
---|---|---|
DebugException ( string format, |
||
ErrorException ( string format, |
||
FatalException ( string format, |
||
InfoException ( string format, |
||
TraceException ( string format, |
||
WarnException ( string format, |
public static Debug ( Func |
||
message | Func |
The log message. |
return | void |
public static Debug ( string message ) : void | ||
message | string | The message to log. |
return | void |
public static DebugException ( Func |
||
message | Func |
The log message. |
exception | An exception to be logged. | |
return | void |
public static Error ( Func |
||
message | Func |
The log message. |
return | void |
public static Error ( string message ) : void | ||
message | string | The message to log. |
return | void |
public static ErrorException ( Func |
||
message | Func |
The log message. |
exception | An exception to be logged. | |
return | void |
public static Fatal ( Func |
||
message | Func |
The log message. |
return | void |
public static Fatal ( string message ) : void | ||
message | string | The message to log. |
return | void |
public static FatalException ( Func |
||
message | Func |
The log message. |
exception | An exception to be logged. | |
return | void |
public static Info ( Func |
||
message | Func |
The log message. |
return | void |
public static Info ( string message ) : void | ||
message | string | The message to log. |
return | void |
public static InfoException ( Func |
||
message | Func |
The log message. |
exception | An exception to be logged. | |
return | void |
public static Trace ( Func |
||
message | Func |
The log message. |
return | void |
public static Trace ( string message ) : void | ||
message | string | The message to log. |
return | void |
public static TraceException ( Func |
||
message | Func |
The log message. |
exception | An exception to be logged. | |
return | void |
public static Warn ( Func |
||
message | Func |
The log message. |
return | void |
public static Warn ( string message ) : void | ||
message | string | The message to log. |
return | void |
public static WarnException ( Func |
||
message | Func |
The log message. |
exception | An exception to be logged. | |
return | void |