C# 클래스 Anotar.Log4Net.LogTo

Provides logging functions.
파일 보기 프로젝트 열기: Fody/Anotar

공개 메소드들

메소드 설명
Debug ( ) : void

Writes the diagnostic message at the Debug level.

Debug ( Func message ) : void

Writes the diagnostic message at the Debug level.

Debug ( string message ) : void

Writes the diagnostic message at the Debug level.

DebugException ( Func message, Exception exception ) : void

Writes the diagnostic message and exception at the Debug level.

DebugException ( string message, Exception exception ) : void

Writes the diagnostic message and exception at the Debug level.

Error ( ) : void

Writes the diagnostic message at the Error level.

Error ( Func message ) : void

Writes the diagnostic message at the Error level.

Error ( string message ) : void

Writes the diagnostic message at the Error level.

ErrorException ( Func message, Exception exception ) : void

Writes the diagnostic message and exception at the Error level.

ErrorException ( string message, Exception exception ) : void

Writes the diagnostic message and exception at the Error level.

Fatal ( ) : void

Writes the diagnostic message at the Fatal level.

Fatal ( Func message ) : void

Writes the diagnostic message at the Fatal level.

Fatal ( string message ) : void

Writes the diagnostic message at the Fatal level.

FatalException ( Func message, Exception exception ) : void

Writes the diagnostic message and exception at the Fatal level.

FatalException ( string message, Exception exception ) : void

Writes the diagnostic message and exception at the Fatal level.

Info ( ) : void

Writes the diagnostic message at the Info level.

Info ( Func message ) : void

Writes the diagnostic message at the Info level.

Info ( string message ) : void

Writes the diagnostic message at the Info level.

InfoException ( Func message, Exception exception ) : void

Writes the diagnostic message and exception at the Info level.

InfoException ( string message, Exception exception ) : void

Writes the diagnostic message and exception at the Info level.

Warn ( ) : void

Writes the diagnostic message at the Warn level.

Warn ( Func message ) : void

Writes the diagnostic message at the Warn level.

Warn ( string message ) : void

Writes the diagnostic message at the Warn level.

WarnException ( Func message, Exception exception ) : void

Writes the diagnostic message and exception at the Warn level.

WarnException ( string message, Exception exception ) : void

Writes the diagnostic message and exception at the Warn level.

메소드 상세

Debug() 공개 정적인 메소드

Writes the diagnostic message at the Debug level.
public static Debug ( ) : void
리턴 void

Debug() 공개 정적인 메소드

Writes the diagnostic message at the Debug level.
public static Debug ( Func message ) : void
message Func The log message.
리턴 void

Debug() 공개 정적인 메소드

Writes the diagnostic message at the Debug level.
public static Debug ( string message ) : void
message string The message to log.
리턴 void

DebugException() 공개 정적인 메소드

Writes the diagnostic message and exception at the Debug level.
public static DebugException ( Func message, Exception exception ) : void
message Func The log message.
exception System.Exception An exception to be logged.
리턴 void

DebugException() 공개 정적인 메소드

Writes the diagnostic message and exception at the Debug level.
public static DebugException ( string message, Exception exception ) : void
message string The log message.
exception System.Exception An exception to be logged.
리턴 void

Error() 공개 정적인 메소드

Writes the diagnostic message at the Error level.
public static Error ( ) : void
리턴 void

Error() 공개 정적인 메소드

Writes the diagnostic message at the Error level.
public static Error ( Func message ) : void
message Func The log message.
리턴 void

Error() 공개 정적인 메소드

Writes the diagnostic message at the Error level.
public static Error ( string message ) : void
message string The message to log.
리턴 void

ErrorException() 공개 정적인 메소드

Writes the diagnostic message and exception at the Error level.
public static ErrorException ( Func message, Exception exception ) : void
message Func The log message.
exception System.Exception An exception to be logged.
리턴 void

ErrorException() 공개 정적인 메소드

Writes the diagnostic message and exception at the Error level.
public static ErrorException ( string message, Exception exception ) : void
message string The log message.
exception System.Exception An exception to be logged.
리턴 void

Fatal() 공개 정적인 메소드

Writes the diagnostic message at the Fatal level.
public static Fatal ( ) : void
리턴 void

Fatal() 공개 정적인 메소드

Writes the diagnostic message at the Fatal level.
public static Fatal ( Func message ) : void
message Func The log message.
리턴 void

Fatal() 공개 정적인 메소드

Writes the diagnostic message at the Fatal level.
public static Fatal ( string message ) : void
message string The message to log.
리턴 void

FatalException() 공개 정적인 메소드

Writes the diagnostic message and exception at the Fatal level.
public static FatalException ( Func message, Exception exception ) : void
message Func The log message.
exception System.Exception An exception to be logged.
리턴 void

FatalException() 공개 정적인 메소드

Writes the diagnostic message and exception at the Fatal level.
public static FatalException ( string message, Exception exception ) : void
message string The log message.
exception System.Exception An exception to be logged.
리턴 void

Info() 공개 정적인 메소드

Writes the diagnostic message at the Info level.
public static Info ( ) : void
리턴 void

Info() 공개 정적인 메소드

Writes the diagnostic message at the Info level.
public static Info ( Func message ) : void
message Func The log message.
리턴 void

Info() 공개 정적인 메소드

Writes the diagnostic message at the Info level.
public static Info ( string message ) : void
message string The message to log.
리턴 void

InfoException() 공개 정적인 메소드

Writes the diagnostic message and exception at the Info level.
public static InfoException ( Func message, Exception exception ) : void
message Func The log message.
exception System.Exception An exception to be logged.
리턴 void

InfoException() 공개 정적인 메소드

Writes the diagnostic message and exception at the Info level.
public static InfoException ( string message, Exception exception ) : void
message string The log message.
exception System.Exception An exception to be logged.
리턴 void

Warn() 공개 정적인 메소드

Writes the diagnostic message at the Warn level.
public static Warn ( ) : void
리턴 void

Warn() 공개 정적인 메소드

Writes the diagnostic message at the Warn level.
public static Warn ( Func message ) : void
message Func The log message.
리턴 void

Warn() 공개 정적인 메소드

Writes the diagnostic message at the Warn level.
public static Warn ( string message ) : void
message string The message to log.
리턴 void

WarnException() 공개 정적인 메소드

Writes the diagnostic message and exception at the Warn level.
public static WarnException ( Func message, Exception exception ) : void
message Func The log message.
exception System.Exception An exception to be logged.
리턴 void

WarnException() 공개 정적인 메소드

Writes the diagnostic message and exception at the Warn level.
public static WarnException ( string message, Exception exception ) : void
message string The log message.
exception System.Exception An exception to be logged.
리턴 void