C# 클래스 Anotar.Serilog.LogTo

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

공개 메소드들

메소드 설명
Debug ( ) : void

Writes the diagnostic message at the Debug level.

Debug ( Exception exception, string messageTemplate ) : void

Writes the diagnostic message and exception at the Debug level.

Debug ( string messageTemplate ) : void

Writes the diagnostic message at the Debug level.

Error ( ) : void

Writes the diagnostic message at the Error level.

Error ( Exception exception, string messageTemplate ) : void

Writes the diagnostic message and exception at the Error level.

Error ( string messageTemplate ) : void

Writes the diagnostic message at the Error level.

Fatal ( ) : void

Writes the diagnostic message at the Fatal level.

Fatal ( Exception exception, string messageTemplate ) : void

Writes the diagnostic message and exception at the Fatal level.

Fatal ( string messageTemplate ) : void

Writes the diagnostic message at the Fatal level.

Information ( ) : void

Writes the diagnostic message at the Info level.

Information ( Exception exception, string messageTemplate ) : void

Writes the diagnostic message and exception at the Info level.

Information ( string messageTemplate ) : void

Writes the diagnostic message at the Info level.

Verbose ( ) : void

Writes the diagnostic message at the Verbose level.

Verbose ( Exception exception, string messageTemplate ) : void

Writes the diagnostic message and exception at the Verbose level.

Verbose ( string messageTemplate ) : void

Writes the diagnostic message at the Verbose level.

Warning ( ) : void

Writes the diagnostic message at the Warn level.

Warning ( Exception exception, string messageTemplate ) : void

Writes the diagnostic message and exception at the Warn level.

Warning ( string messageTemplate ) : void

Writes the diagnostic message at the Warn level.

메소드 상세

Debug() 공개 정적인 메소드

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

Debug() 공개 정적인 메소드

Writes the diagnostic message and exception at the Debug level.
public static Debug ( Exception exception, string messageTemplate ) : void
exception System.Exception An exception to be logged.
messageTemplate string Message template describing the event.
리턴 void

Debug() 공개 정적인 메소드

Writes the diagnostic message at the Debug level.
public static Debug ( string messageTemplate ) : void
messageTemplate string Message template describing the event.
리턴 void

Error() 공개 정적인 메소드

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

Error() 공개 정적인 메소드

Writes the diagnostic message and exception at the Error level.
public static Error ( Exception exception, string messageTemplate ) : void
exception System.Exception An exception to be logged.
messageTemplate string Message template describing the event.
리턴 void

Error() 공개 정적인 메소드

Writes the diagnostic message at the Error level.
public static Error ( string messageTemplate ) : void
messageTemplate string Message template describing the event.
리턴 void

Fatal() 공개 정적인 메소드

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

Fatal() 공개 정적인 메소드

Writes the diagnostic message and exception at the Fatal level.
public static Fatal ( Exception exception, string messageTemplate ) : void
exception System.Exception An exception to be logged.
messageTemplate string Message template describing the event.
리턴 void

Fatal() 공개 정적인 메소드

Writes the diagnostic message at the Fatal level.
public static Fatal ( string messageTemplate ) : void
messageTemplate string Message template describing the event.
리턴 void

Information() 공개 정적인 메소드

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

Information() 공개 정적인 메소드

Writes the diagnostic message and exception at the Info level.
public static Information ( Exception exception, string messageTemplate ) : void
exception System.Exception An exception to be logged.
messageTemplate string Message template describing the event.
리턴 void

Information() 공개 정적인 메소드

Writes the diagnostic message at the Info level.
public static Information ( string messageTemplate ) : void
messageTemplate string Message template describing the event.
리턴 void

Verbose() 공개 정적인 메소드

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

Verbose() 공개 정적인 메소드

Writes the diagnostic message and exception at the Verbose level.
public static Verbose ( Exception exception, string messageTemplate ) : void
exception System.Exception An exception to be logged.
messageTemplate string Message template describing the event.
리턴 void

Verbose() 공개 정적인 메소드

Writes the diagnostic message at the Verbose level.
public static Verbose ( string messageTemplate ) : void
messageTemplate string Message template describing the event.
리턴 void

Warning() 공개 정적인 메소드

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

Warning() 공개 정적인 메소드

Writes the diagnostic message and exception at the Warn level.
public static Warning ( Exception exception, string messageTemplate ) : void
exception System.Exception An exception to be logged.
messageTemplate string Message template describing the event.
리턴 void

Warning() 공개 정적인 메소드

Writes the diagnostic message at the Warn level.
public static Warning ( string messageTemplate ) : void
messageTemplate string Message template describing the event.
리턴 void