메소드 | 설명 | |
---|---|---|
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 ( |
Writes the diagnostic message and exception at the
|
|
Error ( Func |
Writes the diagnostic message at the
|
|
Info ( ) : void |
Writes the diagnostic message at the
|
|
Info ( |
Writes the diagnostic message and exception at the
|
|
Info ( Func |
Writes the diagnostic message at the
|
|
Info ( 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
|
메소드 | 설명 | |
---|---|---|
Debug ( |
||
Error ( string message ) : void | ||
Info ( |
||
Warning ( |
public static Debug ( |
||
exception | An exception to be logged. | |
message | Func |
The log message. |
리턴 | void |
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 Error ( |
||
exception | An exception to be logged. | |
message | Func |
The log message. |
리턴 | void |
public static Error ( |
||
exception | An exception to be logged. | |
format | string | A |
리턴 | void |
public static Error ( Func |
||
message | Func |
The log message. |
리턴 | void |
public static Info ( |
||
exception | An exception to be logged. | |
message | Func |
The log message. |
리턴 | void |
public static Info ( string message ) : void | ||
message | string | The message to log. |
리턴 | void |
public static Warning ( |
||
exception | An exception to be logged. | |
message | Func |
The log message. |
리턴 | void |
public static Warning ( Func |
||
message | Func |
The log message. |
리턴 | void |
public static Warning ( string message ) : void | ||
message | string | The message to log. |
리턴 | void |