C# 클래스 Chaos.Portal.Core.Logging.ALog

상속: ILog
파일 보기 프로젝트 열기: CHAOS-Community/Portal

공개 메소드들

메소드 설명
Commit ( ) : void
Debug ( string message, Exception e = null ) : void
Error ( string message, Exception e = null ) : void
Fatal ( string message, Exception e = null ) : void
Info ( string message, Exception e = null ) : void
Warn ( string message, Exception e = null ) : void
WithLoglevel ( LogLevel logLevel ) : ILog
WithName ( string name ) : ILog
WithSessionGuid ( System.Guid sessionGuid ) : ILog
WithStopwatch ( Stopwatch stopwatch ) : ILog

보호된 메소드들

메소드 설명
ALog ( ) : System
Log ( LogLevel logLevel, string message, Exception e ) : void

메소드 상세

ALog() 보호된 메소드

protected ALog ( ) : System
리턴 System

Commit() 공개 추상적인 메소드

public abstract Commit ( ) : void
리턴 void

Debug() 공개 메소드

public Debug ( string message, Exception e = null ) : void
message string
e System.Exception
리턴 void

Error() 공개 메소드

public Error ( string message, Exception e = null ) : void
message string
e System.Exception
리턴 void

Fatal() 공개 메소드

public Fatal ( string message, Exception e = null ) : void
message string
e System.Exception
리턴 void

Info() 공개 메소드

public Info ( string message, Exception e = null ) : void
message string
e System.Exception
리턴 void

Log() 보호된 메소드

protected Log ( LogLevel logLevel, string message, Exception e ) : void
logLevel LogLevel
message string
e System.Exception
리턴 void

Warn() 공개 메소드

public Warn ( string message, Exception e = null ) : void
message string
e System.Exception
리턴 void

WithLoglevel() 공개 메소드

public WithLoglevel ( LogLevel logLevel ) : ILog
logLevel LogLevel
리턴 ILog

WithName() 공개 메소드

public WithName ( string name ) : ILog
name string
리턴 ILog

WithSessionGuid() 공개 메소드

public WithSessionGuid ( System.Guid sessionGuid ) : ILog
sessionGuid System.Guid
리턴 ILog

WithStopwatch() 공개 메소드

public WithStopwatch ( Stopwatch stopwatch ) : ILog
stopwatch Stopwatch
리턴 ILog