Method | Description | |
---|---|---|
Debug ( ) : void |
Writes the diagnostic message at the
|
|
Debug ( |
Writes the diagnostic message and exception at the
|
|
Debug ( string messageTemplate ) : 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 ( string messageTemplate ) : void |
Writes the diagnostic message at the Error level.
|
|
Fatal ( ) : void |
Writes the diagnostic message at the
|
|
Fatal ( |
Writes the diagnostic message and exception at the
|
|
Fatal ( string messageTemplate ) : 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 ( string messageTemplate ) : void |
Writes the diagnostic message at the
|
|
Verbose ( ) : void |
Writes the diagnostic message at the
|
|
Verbose ( |
Writes the diagnostic message and exception at the
|
|
Verbose ( string messageTemplate ) : 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 ( string messageTemplate ) : void |
Writes the diagnostic message at the
|
public static Debug ( |
||
exception | An exception to be logged. | |
messageTemplate | string | Message template describing the event. |
return | void |
public static Debug ( string messageTemplate ) : void | ||
messageTemplate | string | Message template describing the event. |
return | void |
public static Error ( |
||
exception | An exception to be logged. | |
messageTemplate | string | Message template describing the event. |
return | void |
public static Error ( string messageTemplate ) : void | ||
messageTemplate | string | Message template describing the event. |
return | void |
public static Fatal ( |
||
exception | An exception to be logged. | |
messageTemplate | string | Message template describing the event. |
return | void |
public static Fatal ( string messageTemplate ) : void | ||
messageTemplate | string | Message template describing the event. |
return | void |
public static Information ( |
||
exception | An exception to be logged. | |
messageTemplate | string | Message template describing the event. |
return | void |
public static Information ( string messageTemplate ) : void | ||
messageTemplate | string | Message template describing the event. |
return | void |
public static Verbose ( |
||
exception | An exception to be logged. | |
messageTemplate | string | Message template describing the event. |
return | void |
public static Verbose ( string messageTemplate ) : void | ||
messageTemplate | string | Message template describing the event. |
return | void |
public static Warning ( |
||
exception | An exception to be logged. | |
messageTemplate | string | Message template describing the event. |
return | void |
public static Warning ( string messageTemplate ) : void | ||
messageTemplate | string | Message template describing the event. |
return | void |