프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Value |
메소드 | 설명 | |
---|---|---|
IsEnabled ( Severity type ) : bool |
Always returns true.
|
|
Write ( Severity type, object context, string format ) : void | ||
Write ( Severity type, object context, string format, object arg0, object arg1 = null ) : void | ||
WriteCore ( Severity type, object context, string text ) : void |
public Write ( Severity type, object context, string format ) : void | ||
type | Severity | |
context | object | |
format | string | |
리턴 | void |
public Write ( Severity type, object context, string format, object arg0, object arg1 = null ) : void | ||
type | Severity | |
context | object | |
format | string | |
arg0 | object | |
arg1 | object | |
리턴 | void |
public WriteCore ( Severity type, object context, string text ) : void | ||
type | Severity | |
context | object | |
text | string | |
리턴 | void |