메소드 | 설명 | |
---|---|---|
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
|
|
DebugException ( string message, |
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
|
|
ErrorException ( string message, |
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
|
|
FatalException ( string message, |
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
|
|
InfoException ( string message, |
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
|
|
TraceException ( string message, |
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
|
|
WarnException ( string message, |
Writes the diagnostic message and exception at the
|
public static Debug ( Func |
||
message | Func |
The log message. |
리턴 | void |
public static Debug ( string message ) : void | ||
message | string | The message to log. |
리턴 | void |
public static DebugException ( Func |
||
message | Func |
The log message. |
exception | An exception to be logged. | |
리턴 | void |
public static DebugException ( string message, |
||
message | string | The log message. |
exception | An exception to be logged. | |
리턴 | void |
public static Error ( Func |
||
message | Func |
The log message. |
리턴 | void |
public static Error ( string message ) : void | ||
message | string | The message to log. |
리턴 | void |
public static ErrorException ( Func |
||
message | Func |
The log message. |
exception | An exception to be logged. | |
리턴 | void |
public static ErrorException ( string message, |
||
message | string | The log message. |
exception | An exception to be logged. | |
리턴 | void |
public static Fatal ( Func |
||
message | Func |
The log message. |
리턴 | void |
public static Fatal ( string message ) : void | ||
message | string | The message to log. |
리턴 | void |
public static FatalException ( Func |
||
message | Func |
The log message. |
exception | An exception to be logged. | |
리턴 | void |
public static FatalException ( string message, |
||
message | string | The log message. |
exception | An exception to be logged. | |
리턴 | void |
public static Info ( string message ) : void | ||
message | string | The message to log. |
리턴 | void |
public static InfoException ( Func |
||
message | Func |
The log message. |
exception | An exception to be logged. | |
리턴 | void |
public static InfoException ( string message, |
||
message | string | The log message. |
exception | An exception to be logged. | |
리턴 | void |
public static Trace ( Func |
||
message | Func |
The log message. |
리턴 | void |
public static Trace ( string message ) : void | ||
message | string | The message to log. |
리턴 | void |
public static TraceException ( Func |
||
message | Func |
The log message. |
exception | An exception to be logged. | |
리턴 | void |
public static TraceException ( string message, |
||
message | string | The log message. |
exception | An exception to be logged. | |
리턴 | void |
public static Warn ( string message ) : void | ||
message | string | The message to log. |
리턴 | void |
public static WarnException ( Func |
||
message | Func |
The log message. |
exception | An exception to be logged. | |
리턴 | void |
public static WarnException ( string message, |
||
message | string | The log message. |
exception | An exception to be logged. | |
리턴 | void |