C# 클래스 Prototype.Logger.Logger

상속: NLog.Logger, ILogger
파일 보기 프로젝트 열기: radicalgeek/SampleMicroservice

공개 메소드들

메소드 설명
Debug ( Exception exception ) : void
Debug ( Exception exception, string format ) : void
Error ( Exception exception ) : void
Error ( Exception exception, string format ) : void
Fatal ( Exception exception ) : void
Fatal ( Exception exception, string format ) : void
GetLoggingService ( ) : ILogger
Info ( Exception exception ) : void
Info ( Exception exception, string format ) : void
Trace ( Exception exception ) : void
Trace ( Exception exception, string format ) : void
Warn ( Exception exception ) : void
Warn ( Exception exception, string format ) : void

비공개 메소드들

메소드 설명
GetLogEvent ( string loggerName, NLog.LogLevel level, Exception exception, string format, object args ) : LogEventInfo

메소드 상세

Debug() 공개 메소드

public Debug ( Exception exception ) : void
exception System.Exception
리턴 void

Debug() 공개 메소드

public Debug ( Exception exception, string format ) : void
exception System.Exception
format string
리턴 void

Error() 공개 메소드

public Error ( Exception exception ) : void
exception System.Exception
리턴 void

Error() 공개 메소드

public Error ( Exception exception, string format ) : void
exception System.Exception
format string
리턴 void

Fatal() 공개 메소드

public Fatal ( Exception exception ) : void
exception System.Exception
리턴 void

Fatal() 공개 메소드

public Fatal ( Exception exception, string format ) : void
exception System.Exception
format string
리턴 void

GetLoggingService() 공개 정적인 메소드

public static GetLoggingService ( ) : ILogger
리턴 ILogger

Info() 공개 메소드

public Info ( Exception exception ) : void
exception System.Exception
리턴 void

Info() 공개 메소드

public Info ( Exception exception, string format ) : void
exception System.Exception
format string
리턴 void

Trace() 공개 메소드

public Trace ( Exception exception ) : void
exception System.Exception
리턴 void

Trace() 공개 메소드

public Trace ( Exception exception, string format ) : void
exception System.Exception
format string
리턴 void

Warn() 공개 메소드

public Warn ( Exception exception ) : void
exception System.Exception
리턴 void

Warn() 공개 메소드

public Warn ( Exception exception, string format ) : void
exception System.Exception
format string
리턴 void