메소드 | 설명 | |
---|---|---|
Debug ( IFormatProvider formatProvider, System.Action |
Ignores message.
|
|
Debug ( IFormatProvider formatProvider, System.Action |
Ignores message.
|
|
Debug ( System.Action |
Ignores message.
|
|
Debug ( System.Action |
Ignores message.
|
|
Debug ( object message ) : void |
Ignores message.
|
|
Debug ( object message, |
Ignores message.
|
|
DebugFormat ( IFormatProvider formatProvider, string format ) : void |
Ignores message.
|
|
DebugFormat ( IFormatProvider formatProvider, string format, |
Ignores message.
|
|
DebugFormat ( string format ) : void |
Ignores message.
|
|
DebugFormat ( string format, |
Ignores message.
|
|
Error ( IFormatProvider formatProvider, System.Action |
Ignores message.
|
|
Error ( IFormatProvider formatProvider, System.Action |
Ignores message.
|
|
Error ( System.Action |
Ignores message.
|
|
Error ( System.Action |
Ignores message.
|
|
Error ( object message ) : void |
Ignores message.
|
|
Error ( object message, |
Ignores message.
|
|
ErrorFormat ( IFormatProvider formatProvider, string format ) : void |
Ignores message.
|
|
ErrorFormat ( IFormatProvider formatProvider, string format, |
Ignores message.
|
|
ErrorFormat ( string format ) : void |
Ignores message.
|
|
ErrorFormat ( string format, |
Ignores message.
|
|
Fatal ( IFormatProvider formatProvider, System.Action |
Ignores message.
|
|
Fatal ( IFormatProvider formatProvider, System.Action |
Ignores message.
|
|
Fatal ( System.Action |
Ignores message.
|
|
Fatal ( System.Action |
Ignores message.
|
|
Fatal ( object message ) : void |
Ignores message.
|
|
Fatal ( object message, Exception e ) : void |
Ignores message.
|
|
FatalFormat ( IFormatProvider formatProvider, string format ) : void |
Ignores message.
|
|
FatalFormat ( IFormatProvider formatProvider, string format, Exception exception ) : void |
Ignores message.
|
|
FatalFormat ( string format ) : void |
Ignores message.
|
|
FatalFormat ( string format, Exception exception ) : void |
Ignores message.
|
|
Info ( IFormatProvider formatProvider, System.Action |
Ignores message.
|
|
Info ( IFormatProvider formatProvider, System.Action |
Ignores message.
|
|
Info ( System.Action |
Ignores message.
|
|
Info ( System.Action |
Ignores message.
|
|
Info ( object message ) : void |
Ignores message.
|
|
Info ( object message, Exception e ) : void |
Ignores message.
|
|
InfoFormat ( IFormatProvider formatProvider, string format ) : void |
Ignores message.
|
|
InfoFormat ( IFormatProvider formatProvider, string format, Exception exception ) : void |
Ignores message.
|
|
InfoFormat ( string format ) : void |
Ignores message.
|
|
InfoFormat ( string format, Exception exception ) : void |
Ignores message.
|
|
Trace ( IFormatProvider formatProvider, System.Action |
Ignores message.
|
|
Trace ( IFormatProvider formatProvider, System.Action |
Ignores message.
|
|
Trace ( System.Action |
Ignores message.
|
|
Trace ( System.Action |
Ignores message.
|
|
Trace ( object message ) : void |
Ignores message.
|
|
Trace ( object message, Exception e ) : void |
Ignores message.
|
|
TraceFormat ( IFormatProvider formatProvider, string format ) : void |
Ignores message.
|
|
TraceFormat ( IFormatProvider formatProvider, string format, Exception exception ) : void |
Ignores message.
|
|
TraceFormat ( string format ) : void |
Ignores message.
|
|
TraceFormat ( string format, Exception exception ) : void |
Ignores message.
|
|
Warn ( IFormatProvider formatProvider, System.Action |
Ignores message.
|
|
Warn ( IFormatProvider formatProvider, System.Action |
Ignores message.
|
|
Warn ( System.Action |
Ignores message.
|
|
Warn ( System.Action |
Ignores message.
|
|
Warn ( object message ) : void |
Ignores message.
|
|
Warn ( object message, Exception e ) : void |
Ignores message.
|
|
WarnFormat ( IFormatProvider formatProvider, string format ) : void |
Ignores message.
|
|
WarnFormat ( IFormatProvider formatProvider, string format, Exception exception ) : void |
Ignores message.
|
|
WarnFormat ( string format ) : void |
Ignores message.
|
|
WarnFormat ( string format, Exception exception ) : void |
Ignores message.
|
public Debug ( IFormatProvider formatProvider, System.Action |
||
formatProvider | IFormatProvider | An |
formatMessageCallback | System.Action |
A callback used by the logger to obtain the message if log level is matched |
리턴 | void |
public Debug ( IFormatProvider formatProvider, System.Action |
||
formatProvider | IFormatProvider | An |
formatMessageCallback | System.Action |
A callback used by the logger to obtain the message if log level is matched |
exception | The exception to log, including its stack Debug. | |
리턴 | void |
public Debug ( System.Action |
||
formatMessageCallback | System.Action |
A callback used by the logger to obtain the message if log level is matched |
리턴 | void |
public Debug ( System.Action |
||
formatMessageCallback | System.Action |
A callback used by the logger to obtain the message if log level is matched |
exception | The exception to log, including its stack Debug. | |
리턴 | void |
public Debug ( object message, |
||
message | object | |
e | ||
리턴 | void |
public DebugFormat ( IFormatProvider formatProvider, string format ) : void | ||
formatProvider | IFormatProvider | An |
format | string | The format of the message object to log. |
리턴 | void |
public DebugFormat ( IFormatProvider formatProvider, string format, |
||
formatProvider | IFormatProvider | An |
format | string | The format of the message object to log. |
exception | The exception to log. | |
리턴 | void |
public DebugFormat ( string format ) : void | ||
format | string | The format of the message object to log. |
리턴 | void |
public DebugFormat ( string format, |
||
format | string | The format of the message object to log. |
exception | The exception to log. | |
리턴 | void |
public Error ( IFormatProvider formatProvider, System.Action |
||
formatProvider | IFormatProvider | An |
formatMessageCallback | System.Action |
A callback used by the logger to obtain the message if log level is matched |
리턴 | void |
public Error ( IFormatProvider formatProvider, System.Action |
||
formatProvider | IFormatProvider | An |
formatMessageCallback | System.Action |
A callback used by the logger to obtain the message if log level is matched |
exception | The exception to log, including its stack Error. | |
리턴 | void |
public Error ( System.Action |
||
formatMessageCallback | System.Action |
A callback used by the logger to obtain the message if log level is matched |
리턴 | void |
public Error ( System.Action |
||
formatMessageCallback | System.Action |
A callback used by the logger to obtain the message if log level is matched |
exception | The exception to log, including its stack Error. | |
리턴 | void |
public Error ( object message, |
||
message | object | |
e | ||
리턴 | void |
public ErrorFormat ( IFormatProvider formatProvider, string format ) : void | ||
formatProvider | IFormatProvider | An |
format | string | The format of the message object to log. |
리턴 | void |
public ErrorFormat ( IFormatProvider formatProvider, string format, |
||
formatProvider | IFormatProvider | An |
format | string | The format of the message object to log. |
exception | The exception to log. | |
리턴 | void |
public ErrorFormat ( string format ) : void | ||
format | string | The format of the message object to log. |
리턴 | void |
public ErrorFormat ( string format, |
||
format | string | The format of the message object to log. |
exception | The exception to log. | |
리턴 | void |
public Fatal ( IFormatProvider formatProvider, System.Action |
||
formatProvider | IFormatProvider | An |
formatMessageCallback | System.Action |
A callback used by the logger to obtain the message if log level is matched |
리턴 | void |
public Fatal ( IFormatProvider formatProvider, System.Action |
||
formatProvider | IFormatProvider | An |
formatMessageCallback | System.Action |
A callback used by the logger to obtain the message if log level is matched |
exception | The exception to log, including its stack Fatal. | |
리턴 | void |
public Fatal ( System.Action |
||
formatMessageCallback | System.Action |
A callback used by the logger to obtain the message if log level is matched |
리턴 | void |
public Fatal ( System.Action |
||
formatMessageCallback | System.Action |
A callback used by the logger to obtain the message if log level is matched |
exception | Exception | The exception to log, including its stack Fatal. |
리턴 | void |
public Fatal ( object message, Exception e ) : void | ||
message | object | |
e | Exception | |
리턴 | void |
public FatalFormat ( IFormatProvider formatProvider, string format ) : void | ||
formatProvider | IFormatProvider | An |
format | string | The format of the message object to log. |
리턴 | void |
public FatalFormat ( IFormatProvider formatProvider, string format, Exception exception ) : void | ||
formatProvider | IFormatProvider | An |
format | string | The format of the message object to log. |
exception | Exception | The exception to log. |
리턴 | void |
public FatalFormat ( string format ) : void | ||
format | string | The format of the message object to log. |
리턴 | void |
public FatalFormat ( string format, Exception exception ) : void | ||
format | string | The format of the message object to log. |
exception | Exception | The exception to log. |
리턴 | void |
public Info ( IFormatProvider formatProvider, System.Action |
||
formatProvider | IFormatProvider | An |
formatMessageCallback | System.Action |
A callback used by the logger to obtain the message if log level is matched |
리턴 | void |
public Info ( IFormatProvider formatProvider, System.Action |
||
formatProvider | IFormatProvider | An |
formatMessageCallback | System.Action |
A callback used by the logger to obtain the message if log level is matched |
exception | Exception | The exception to log, including its stack Info. |
리턴 | void |
public Info ( System.Action |
||
formatMessageCallback | System.Action |
A callback used by the logger to obtain the message if log level is matched |
리턴 | void |
public Info ( System.Action |
||
formatMessageCallback | System.Action |
A callback used by the logger to obtain the message if log level is matched |
exception | Exception | The exception to log, including its stack Info. |
리턴 | void |
public InfoFormat ( IFormatProvider formatProvider, string format ) : void | ||
formatProvider | IFormatProvider | An |
format | string | The format of the message object to log. |
리턴 | void |
public InfoFormat ( IFormatProvider formatProvider, string format, Exception exception ) : void | ||
formatProvider | IFormatProvider | An |
format | string | The format of the message object to log. |
exception | Exception | The exception to log. |
리턴 | void |
public InfoFormat ( string format ) : void | ||
format | string | The format of the message object to log. |
리턴 | void |
public InfoFormat ( string format, Exception exception ) : void | ||
format | string | The format of the message object to log. |
exception | Exception | The exception to log. |
리턴 | void |
public Trace ( IFormatProvider formatProvider, System.Action |
||
formatProvider | IFormatProvider | An |
formatMessageCallback | System.Action |
A callback used by the logger to obtain the message if log level is matched |
리턴 | void |
public Trace ( IFormatProvider formatProvider, System.Action |
||
formatProvider | IFormatProvider | An |
formatMessageCallback | System.Action |
A callback used by the logger to obtain the message if log level is matched |
exception | Exception | The exception to log, including its stack trace. |
리턴 | void |
public Trace ( System.Action |
||
formatMessageCallback | System.Action |
A callback used by the logger to obtain the message if log level is matched |
리턴 | void |
public Trace ( System.Action |
||
formatMessageCallback | System.Action |
A callback used by the logger to obtain the message if log level is matched |
exception | Exception | The exception to log, including its stack trace. |
리턴 | void |
public Trace ( object message, Exception e ) : void | ||
message | object | |
e | Exception | |
리턴 | void |
public TraceFormat ( IFormatProvider formatProvider, string format ) : void | ||
formatProvider | IFormatProvider | An |
format | string | The format of the message object to log. |
리턴 | void |
public TraceFormat ( IFormatProvider formatProvider, string format, Exception exception ) : void | ||
formatProvider | IFormatProvider | An |
format | string | The format of the message object to log. |
exception | Exception | The exception to log. |
리턴 | void |
public TraceFormat ( string format ) : void | ||
format | string | The format of the message object to log. |
리턴 | void |
public TraceFormat ( string format, Exception exception ) : void | ||
format | string | The format of the message object to log. |
exception | Exception | The exception to log. |
리턴 | void |
public Warn ( IFormatProvider formatProvider, System.Action |
||
formatProvider | IFormatProvider | An |
formatMessageCallback | System.Action |
A callback used by the logger to obtain the message if log level is matched |
리턴 | void |
public Warn ( IFormatProvider formatProvider, System.Action |
||
formatProvider | IFormatProvider | An |
formatMessageCallback | System.Action |
A callback used by the logger to obtain the message if log level is matched |
exception | Exception | The exception to log, including its stack Warn. |
리턴 | void |
public Warn ( System.Action |
||
formatMessageCallback | System.Action |
A callback used by the logger to obtain the message if log level is matched |
리턴 | void |
public Warn ( System.Action |
||
formatMessageCallback | System.Action |
A callback used by the logger to obtain the message if log level is matched |
exception | Exception | The exception to log, including its stack Warn. |
리턴 | void |
public WarnFormat ( IFormatProvider formatProvider, string format ) : void | ||
formatProvider | IFormatProvider | An |
format | string | The format of the message object to log. |
리턴 | void |
public WarnFormat ( IFormatProvider formatProvider, string format, Exception exception ) : void | ||
formatProvider | IFormatProvider | An |
format | string | The format of the message object to log. |
exception | Exception | The exception to log. |
리턴 | void |
public WarnFormat ( string format ) : void | ||
format | string | The format of the message object to log. |
리턴 | void |
public WarnFormat ( string format, Exception exception ) : void | ||
format | string | The format of the message object to log. |
exception | Exception | The exception to log. |
리턴 | void |