C# 클래스 At.FF.Krems.Utils.Logging.Log4NetExtensions

Log4net Extension Methods.
파일 보기 프로젝트 열기: Grisu-NOE/Infoscreen

공개 메소드들

메소드 설명
DebugFast ( this logger, object message, Exception exception ) : void

Log a message object with the F:log4net.Core.Level.Debug level including the stack trace of the T:System.Exception passed as a parameter.

See the M:log4net.ILog.Debug(System.Object) form for more detailed information.

DebugFormatFast ( this logger, IFormatProvider provider, string format ) : void

Logs a formatted message string with the F:log4net.Core.Level.Debug level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Debug(System.Object,System.Exception) methods instead.

DebugFormatFast ( this logger, string format ) : void

Logs a formatted message string with the F:log4net.Core.Level.Debug level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Debug(System.Object,System.Exception) methods instead.

DebugFormatFast ( this logger, string format, object arg0 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Debug level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Debug(System.Object,System.Exception) methods instead.

DebugFormatFast ( this logger, string format, object arg0, object arg1 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Debug level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Debug(System.Object,System.Exception) methods instead.

DebugFormatFast ( this logger, string format, object arg0, object arg1, object arg2 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Debug level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Debug(System.Object,System.Exception) methods instead.

ErrorFast ( this logger, object message, Exception exception ) : void

Log a message object with the F:log4net.Core.Level.Error level including the stack trace of the T:System.Exception passed as a parameter.

See the M:log4net.ILog.Error(System.Object) form for more detailed information.

ErrorFormatFast ( this logger, IFormatProvider provider, string format ) : void

Logs a formatted message string with the F:log4net.Core.Level.Error level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Error(System.Object,System.Exception) methods instead.

ErrorFormatFast ( this logger, string format ) : void

Logs a formatted message string with the F:log4net.Core.Level.Error level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Error(System.Object,System.Exception) methods instead.

ErrorFormatFast ( this logger, string format, object arg0 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Error level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Error(System.Object,System.Exception) methods instead.

ErrorFormatFast ( this logger, string format, object arg0, object arg1 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Error level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Error(System.Object,System.Exception) methods instead.

ErrorFormatFast ( this logger, string format, object arg0, object arg1, object arg2 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Error level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Error(System.Object,System.Exception) methods instead.

FatalFast ( this logger, object message, Exception exception ) : void

Log a message object with the F:log4net.Core.Level.Fatal level including the stack trace of the T:System.Exception passed as a parameter.

See the M:log4net.ILog.Fatal(System.Object) form for more detailed information.

FatalFormatFast ( this logger, IFormatProvider provider, string format ) : void

Logs a formatted message string with the F:log4net.Core.Level.Fatal level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Fatal(System.Object,System.Exception) methods instead.

FatalFormatFast ( this logger, string format ) : void

Logs a formatted message string with the F:log4net.Core.Level.Fatal level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Fatal(System.Object,System.Exception) methods instead.

FatalFormatFast ( this logger, string format, object arg0 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Fatal level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Fatal(System.Object,System.Exception) methods instead.

FatalFormatFast ( this logger, string format, object arg0, object arg1 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Fatal level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Fatal(System.Object,System.Exception) methods instead.

FatalFormatFast ( this logger, string format, object arg0, object arg1, object arg2 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Fatal level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Fatal(System.Object,System.Exception) methods instead.

InfoFast ( this logger, object message, Exception exception ) : void

Log a message object with the F:log4net.Core.Level.Info level including the stack trace of the T:System.Exception passed as a parameter.

See the M:log4net.ILog.Info(System.Object) form for more detailed information.

InfoFormatFast ( this logger, IFormatProvider provider, string format ) : void

Logs a formatted message string with the F:log4net.Core.Level.Info level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Info(System.Object,System.Exception) methods instead.

InfoFormatFast ( this logger, string format ) : void

Logs a formatted message string with the F:log4net.Core.Level.Info level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Info(System.Object,System.Exception) methods instead.

InfoFormatFast ( this logger, string format, object arg0 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Info level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Info(System.Object,System.Exception) methods instead.

InfoFormatFast ( this logger, string format, object arg0, object arg1 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Info level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Info(System.Object,System.Exception) methods instead.

InfoFormatFast ( this logger, string format, object arg0, object arg1, object arg2 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Info level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Info(System.Object,System.Exception) methods instead.

IsNoticeEnabled ( this logger ) : bool

Is notice enabled.

Notice ( this logger, object message ) : void

The notice.

Notice ( this logger, object message, Exception exception ) : void

The notice.

NoticeFast ( this logger, object message, Exception exception ) : void

Log a message object with the F:log4net.Core.Level.Notice level including the stack trace of the T:System.Exception passed as a parameter.

See the M:log4net.ILog.Notice(System.Object) form for more detailed information.

NoticeFormat ( this logger, IFormatProvider provider, string format ) : void

The notice format.

NoticeFormat ( this logger, string format ) : void

The notice format.

NoticeFormatFast ( this logger, IFormatProvider provider, string format ) : void

Logs a formatted message string with the F:log4net.Core.Level.Notice level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Notice(System.Object,System.Exception) methods instead.

NoticeFormatFast ( this logger, string format ) : void

Logs a formatted message string with the F:log4net.Core.Level.Notice level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Notice(System.Object,System.Exception) methods instead.

NoticeFormatFast ( this logger, string format, object arg0 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Notice level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Notice(System.Object,System.Exception) methods instead.

NoticeFormatFast ( this logger, string format, object arg0, object arg1 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Notice level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Notice(System.Object,System.Exception) methods instead.

NoticeFormatFast ( this logger, string format, object arg0, object arg1, object arg2 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Notice level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Notice(System.Object,System.Exception) methods instead.

Trace ( this logger, object message ) : void

The trace.

Trace ( this logger, object message, Exception exception ) : void

The trace.

TraceFast ( this logger, object message, Exception exception ) : void

Log a message object with the F:log4net.Core.Level.Trace level including the stack trace of the T:System.Exception passed as a parameter.

See the M:log4net.ILog.Trace(System.Object) form for more detailed information.

TraceFormat ( this logger, IFormatProvider provider, string format ) : void

The trace format.

TraceFormat ( this logger, string format ) : void

The trace format.

TraceFormatFast ( this logger, IFormatProvider provider, string format ) : void

Logs a formatted message string with the F:log4net.Core.Level.Trace level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Trace(System.Object,System.Exception) methods instead.

TraceFormatFast ( this logger, string format ) : void

Logs a formatted message string with the F:log4net.Core.Level.Trace level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Trace(System.Object,System.Exception) methods instead.

TraceFormatFast ( this logger, string format, object arg0 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Trace level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Trace(System.Object,System.Exception) methods instead.

TraceFormatFast ( this logger, string format, object arg0, object arg1 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Trace level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Trace(System.Object,System.Exception) methods instead.

TraceFormatFast ( this logger, string format, object arg0, object arg1, object arg2 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Trace level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Trace(System.Object,System.Exception) methods instead.

WarnFast ( this logger, object message, Exception exception ) : void

Log a message object with the F:log4net.Core.Level.Warn level including the stack trace of the T:System.Exception passed as a parameter.

See the M:log4net.ILog.Warn(System.Object) form for more detailed information.

WarnFormatFast ( this logger, IFormatProvider provider, string format ) : void

Logs a formatted message string with the F:log4net.Core.Level.Warn level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Warn(System.Object,System.Exception) methods instead.

WarnFormatFast ( this logger, string format ) : void

Logs a formatted message string with the F:log4net.Core.Level.Warn level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Warn(System.Object,System.Exception) methods instead.

WarnFormatFast ( this logger, string format, object arg0 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Warn level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Warn(System.Object,System.Exception) methods instead.

WarnFormatFast ( this logger, string format, object arg0, object arg1 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Warn level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Warn(System.Object,System.Exception) methods instead.

WarnFormatFast ( this logger, string format, object arg0, object arg1, object arg2 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Warn level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Warn(System.Object,System.Exception) methods instead.

비공개 메소드들

메소드 설명
DebugFast ( this logger, object message ) : void
ErrorFast ( this logger, object message ) : void
FatalFast ( this logger, object message ) : void
InfoFast ( this logger, object message ) : void
IsTraceEnabled ( this logger ) : bool
NoticeFast ( this logger, object message ) : void
TraceFast ( this logger, object message ) : void
WarnFast ( this logger, object message ) : void

메소드 상세

DebugFast() 공개 정적인 메소드

Log a message object with the F:log4net.Core.Level.Debug level including the stack trace of the T:System.Exception passed as a parameter.

See the M:log4net.ILog.Debug(System.Object) form for more detailed information.

public static DebugFast ( this logger, object message, Exception exception ) : void
logger this log4net logger
message object The message object to log.
exception System.Exception The exception to log, including its stack trace.
리턴 void

DebugFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Debug level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Debug(System.Object,System.Exception) methods instead.

public static DebugFormatFast ( this logger, IFormatProvider provider, string format ) : void
logger this log4net logger
provider IFormatProvider An that supplies culture-specific formatting information
format string A String containing zero or more format items
리턴 void

DebugFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Debug level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Debug(System.Object,System.Exception) methods instead.

public static DebugFormatFast ( this logger, string format ) : void
logger this log4net logger
format string A String containing zero or more format items
리턴 void

DebugFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Debug level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Debug(System.Object,System.Exception) methods instead.

public static DebugFormatFast ( this logger, string format, object arg0 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object to format
리턴 void

DebugFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Debug level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Debug(System.Object,System.Exception) methods instead.

public static DebugFormatFast ( this logger, string format, object arg0, object arg1 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object0 to format
arg1 object An Object1 to format
리턴 void

DebugFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Debug level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Debug(System.Object,System.Exception) methods instead.

public static DebugFormatFast ( this logger, string format, object arg0, object arg1, object arg2 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object0 to format
arg1 object An Object1 to format
arg2 object An Object2 to format
리턴 void

ErrorFast() 공개 정적인 메소드

Log a message object with the F:log4net.Core.Level.Error level including the stack trace of the T:System.Exception passed as a parameter.

See the M:log4net.ILog.Error(System.Object) form for more detailed information.

public static ErrorFast ( this logger, object message, Exception exception ) : void
logger this log4net logger
message object The message object to log.
exception System.Exception The exception to log, including its stack trace.
리턴 void

ErrorFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Error level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Error(System.Object,System.Exception) methods instead.

public static ErrorFormatFast ( this logger, IFormatProvider provider, string format ) : void
logger this log4net logger
provider IFormatProvider An that supplies culture-specific formatting information
format string A String containing zero or more format items
리턴 void

ErrorFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Error level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Error(System.Object,System.Exception) methods instead.

public static ErrorFormatFast ( this logger, string format ) : void
logger this log4net logger
format string A String containing zero or more format items
리턴 void

ErrorFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Error level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Error(System.Object,System.Exception) methods instead.

public static ErrorFormatFast ( this logger, string format, object arg0 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object to format
리턴 void

ErrorFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Error level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Error(System.Object,System.Exception) methods instead.

public static ErrorFormatFast ( this logger, string format, object arg0, object arg1 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object0 to format
arg1 object An Object1 to format
리턴 void

ErrorFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Error level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Error(System.Object,System.Exception) methods instead.

public static ErrorFormatFast ( this logger, string format, object arg0, object arg1, object arg2 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object0 to format
arg1 object An Object1 to format
arg2 object An Object2 to format
리턴 void

FatalFast() 공개 정적인 메소드

Log a message object with the F:log4net.Core.Level.Fatal level including the stack trace of the T:System.Exception passed as a parameter.

See the M:log4net.ILog.Fatal(System.Object) form for more detailed information.

public static FatalFast ( this logger, object message, Exception exception ) : void
logger this log4net logger
message object The message object to log.
exception System.Exception The exception to log, including its stack trace.
리턴 void

FatalFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Fatal level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Fatal(System.Object,System.Exception) methods instead.

public static FatalFormatFast ( this logger, IFormatProvider provider, string format ) : void
logger this log4net logger
provider IFormatProvider An that supplies culture-specific formatting information
format string A String containing zero or more format items
리턴 void

FatalFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Fatal level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Fatal(System.Object,System.Exception) methods instead.

public static FatalFormatFast ( this logger, string format ) : void
logger this log4net logger
format string A String containing zero or more format items
리턴 void

FatalFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Fatal level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Fatal(System.Object,System.Exception) methods instead.

public static FatalFormatFast ( this logger, string format, object arg0 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object to format
리턴 void

FatalFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Fatal level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Fatal(System.Object,System.Exception) methods instead.

public static FatalFormatFast ( this logger, string format, object arg0, object arg1 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object0 to format
arg1 object An Object1 to format
리턴 void

FatalFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Fatal level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Fatal(System.Object,System.Exception) methods instead.

public static FatalFormatFast ( this logger, string format, object arg0, object arg1, object arg2 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object0 to format
arg1 object An Object1 to format
arg2 object An Object2 to format
리턴 void

InfoFast() 공개 정적인 메소드

Log a message object with the F:log4net.Core.Level.Info level including the stack trace of the T:System.Exception passed as a parameter.

See the M:log4net.ILog.Info(System.Object) form for more detailed information.

public static InfoFast ( this logger, object message, Exception exception ) : void
logger this log4net logger
message object The message object to log.
exception System.Exception The exception to log, including its stack trace.
리턴 void

InfoFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Info level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Info(System.Object,System.Exception) methods instead.

public static InfoFormatFast ( this logger, IFormatProvider provider, string format ) : void
logger this log4net logger
provider IFormatProvider An that supplies culture-specific formatting information
format string A String containing zero or more format items
리턴 void

InfoFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Info level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Info(System.Object,System.Exception) methods instead.

public static InfoFormatFast ( this logger, string format ) : void
logger this log4net logger
format string A String containing zero or more format items
리턴 void

InfoFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Info level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Info(System.Object,System.Exception) methods instead.

public static InfoFormatFast ( this logger, string format, object arg0 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object to format
리턴 void

InfoFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Info level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Info(System.Object,System.Exception) methods instead.

public static InfoFormatFast ( this logger, string format, object arg0, object arg1 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object0 to format
arg1 object An Object1 to format
리턴 void

InfoFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Info level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Info(System.Object,System.Exception) methods instead.

public static InfoFormatFast ( this logger, string format, object arg0, object arg1, object arg2 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object0 to format
arg1 object An Object1 to format
arg2 object An Object2 to format
리턴 void

IsNoticeEnabled() 공개 정적인 메소드

Is notice enabled.
public static IsNoticeEnabled ( this logger ) : bool
logger this log4net logger
리턴 bool

Notice() 공개 정적인 메소드

The notice.
public static Notice ( this logger, object message ) : void
logger this The logger.
message object The message.
리턴 void

Notice() 공개 정적인 메소드

The notice.
public static Notice ( this logger, object message, Exception exception ) : void
logger this The logger.
message object The message.
exception System.Exception The exception.
리턴 void

NoticeFast() 공개 정적인 메소드

Log a message object with the F:log4net.Core.Level.Notice level including the stack trace of the T:System.Exception passed as a parameter.

See the M:log4net.ILog.Notice(System.Object) form for more detailed information.

public static NoticeFast ( this logger, object message, Exception exception ) : void
logger this log4net logger
message object The message object to log.
exception System.Exception The exception to log, including its stack trace.
리턴 void

NoticeFormat() 공개 정적인 메소드

The notice format.
public static NoticeFormat ( this logger, IFormatProvider provider, string format ) : void
logger this The logger.
provider IFormatProvider The provider.
format string The format.
리턴 void

NoticeFormat() 공개 정적인 메소드

The notice format.
public static NoticeFormat ( this logger, string format ) : void
logger this The logger.
format string The format.
리턴 void

NoticeFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Notice level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Notice(System.Object,System.Exception) methods instead.

public static NoticeFormatFast ( this logger, IFormatProvider provider, string format ) : void
logger this log4net logger
provider IFormatProvider An that supplies culture-specific formatting information
format string A String containing zero or more format items
리턴 void

NoticeFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Notice level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Notice(System.Object,System.Exception) methods instead.

public static NoticeFormatFast ( this logger, string format ) : void
logger this log4net logger
format string A String containing zero or more format items
리턴 void

NoticeFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Notice level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Notice(System.Object,System.Exception) methods instead.

public static NoticeFormatFast ( this logger, string format, object arg0 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object to format
리턴 void

NoticeFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Notice level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Notice(System.Object,System.Exception) methods instead.

public static NoticeFormatFast ( this logger, string format, object arg0, object arg1 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object0 to format
arg1 object An Object1 to format
리턴 void

NoticeFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Notice level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Notice(System.Object,System.Exception) methods instead.

public static NoticeFormatFast ( this logger, string format, object arg0, object arg1, object arg2 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object0 to format
arg1 object An Object1 to format
arg2 object An Object2 to format
리턴 void

Trace() 공개 정적인 메소드

The trace.
public static Trace ( this logger, object message ) : void
logger this The logger.
message object The message.
리턴 void

Trace() 공개 정적인 메소드

The trace.
public static Trace ( this logger, object message, Exception exception ) : void
logger this The logger.
message object The message.
exception Exception The exception.
리턴 void

TraceFast() 공개 정적인 메소드

Log a message object with the F:log4net.Core.Level.Trace level including the stack trace of the T:System.Exception passed as a parameter.

See the M:log4net.ILog.Trace(System.Object) form for more detailed information.

public static TraceFast ( this logger, object message, Exception exception ) : void
logger this log4net logger
message object The message object to log.
exception Exception The exception to log, including its stack trace.
리턴 void

TraceFormat() 공개 정적인 메소드

The trace format.
public static TraceFormat ( this logger, IFormatProvider provider, string format ) : void
logger this The logger.
provider IFormatProvider The provider.
format string The format.
리턴 void

TraceFormat() 공개 정적인 메소드

The trace format.
public static TraceFormat ( this logger, string format ) : void
logger this The logger.
format string The format.
리턴 void

TraceFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Trace level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Trace(System.Object,System.Exception) methods instead.

public static TraceFormatFast ( this logger, IFormatProvider provider, string format ) : void
logger this log4net logger
provider IFormatProvider An that supplies culture-specific formatting information
format string A String containing zero or more format items
리턴 void

TraceFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Trace level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Trace(System.Object,System.Exception) methods instead.

public static TraceFormatFast ( this logger, string format ) : void
logger this log4net logger
format string A String containing zero or more format items
리턴 void

TraceFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Trace level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Trace(System.Object,System.Exception) methods instead.

public static TraceFormatFast ( this logger, string format, object arg0 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object to format
리턴 void

TraceFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Trace level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Trace(System.Object,System.Exception) methods instead.

public static TraceFormatFast ( this logger, string format, object arg0, object arg1 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object0 to format
arg1 object An Object1 to format
리턴 void

TraceFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Trace level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Trace(System.Object,System.Exception) methods instead.

public static TraceFormatFast ( this logger, string format, object arg0, object arg1, object arg2 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object0 to format
arg1 object An Object1 to format
arg2 object An Object2 to format
리턴 void

WarnFast() 공개 정적인 메소드

Log a message object with the F:log4net.Core.Level.Warn level including the stack trace of the T:System.Exception passed as a parameter.

See the M:log4net.ILog.Warn(System.Object) form for more detailed information.

public static WarnFast ( this logger, object message, Exception exception ) : void
logger this log4net logger
message object The message object to log.
exception Exception The exception to log, including its stack trace.
리턴 void

WarnFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Warn level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Warn(System.Object,System.Exception) methods instead.

public static WarnFormatFast ( this logger, IFormatProvider provider, string format ) : void
logger this log4net logger
provider IFormatProvider An that supplies culture-specific formatting information
format string A String containing zero or more format items
리턴 void

WarnFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Warn level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Warn(System.Object,System.Exception) methods instead.

public static WarnFormatFast ( this logger, string format ) : void
logger this log4net logger
format string A String containing zero or more format items
리턴 void

WarnFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Warn level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Warn(System.Object,System.Exception) methods instead.

public static WarnFormatFast ( this logger, string format, object arg0 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object to format
리턴 void

WarnFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Warn level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Warn(System.Object,System.Exception) methods instead.

public static WarnFormatFast ( this logger, string format, object arg0, object arg1 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object0 to format
arg1 object An Object1 to format
리턴 void

WarnFormatFast() 공개 정적인 메소드

Logs a formatted message string with the F:log4net.Core.Level.Warn level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Warn(System.Object,System.Exception) methods instead.

public static WarnFormatFast ( this logger, string format, object arg0, object arg1, object arg2 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object0 to format
arg1 object An Object1 to format
arg2 object An Object2 to format
리턴 void