Method | Description | |
---|---|---|
Debug ( ) : void |
Writes the diagnostic message at the
|
|
Debug ( |
Writes the diagnostic message and exception at the
|
|
Debug ( Func |
Writes the diagnostic message at the
|
|
Debug ( string message ) : void |
Writes the diagnostic message at the
|
|
Error ( ) : void |
Writes the diagnostic message at the
|
|
Error ( |
Writes the diagnostic message and exception at the
|
|
Error ( Func |
Writes the diagnostic message at the
|
|
Error ( string message ) : void |
Writes the diagnostic message at the
|
|
Fatal ( ) : void |
Writes the diagnostic message at the
|
|
Fatal ( |
Writes the diagnostic message and exception at the
|
|
Fatal ( |
Writes the diagnostic message and exception at the
|
|
Fatal ( Func |
Writes the diagnostic message at the
|
|
Fatal ( string message ) : void |
Writes the diagnostic message at the
|
|
Information ( ) : void |
Writes the diagnostic message at the
|
|
Information ( |
Writes the diagnostic message and exception at the
|
|
Information ( Func |
Writes the diagnostic message at the
|
|
Information ( string message ) : void |
Writes the diagnostic message at the
|
|
Trace ( ) : void |
Writes the diagnostic message at the
|
|
Trace ( |
Writes the diagnostic message and exception at the
|
|
Trace ( Func |
Writes the diagnostic message at the
|
|
Trace ( string message ) : void |
Writes the diagnostic message at the
|
|
Warning ( ) : void |
Writes the diagnostic message at the
|
|
Warning ( |
Writes the diagnostic message and exception at the
|
|
Warning ( Func |
Writes the diagnostic message at the
|
|
Warning ( string message ) : void |
Writes the diagnostic message at the
|
Method | Description | |
---|---|---|
Debug ( |
||
Error ( |
||
Information ( |
||
Trace ( |
||
Warning ( |
public static Debug ( |
||
exception | An exception to be logged. | |
message | Func |
The log message. |
return | void |
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 Error ( |
||
exception | An exception to be logged. | |
message | Func |
The log message. |
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 Fatal ( |
||
exception | An exception to be logged. | |
message | Func |
The log message. |
return | void |
public static Fatal ( |
||
exception | An exception to be logged. | |
format | string | A |
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 Information ( |
||
exception | An exception to be logged. | |
message | Func |
The log message. |
return | void |
public static Information ( Func |
||
message | Func |
The log message. |
return | void |
public static Information ( string message ) : void | ||
message | string | The message to log. |
return | void |
public static Trace ( |
||
exception | An exception to be logged. | |
message | Func |
The log message. |
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 Warning ( |
||
exception | An exception to be logged. | |
message | Func |
The log message. |
return | void |
public static Warning ( Func |
||
message | Func |
The log message. |
return | void |
public static Warning ( string message ) : void | ||
message | string | The message to log. |
return | void |