C# 클래스 Demo.Domain.Infrastructure.GES.EmbeddedLogger

상속: ILogger
파일 보기 프로젝트 열기: volak/DDD.Enterprise.Example

공개 메소드들

메소드 설명
Debug ( string format ) : void
DebugException ( Exception ex, string format ) : void
EmbeddedLogger ( string name ) : EventStore.Common.Log
Error ( string format ) : void
ErrorException ( Exception ex, string format ) : void
Fatal ( string format ) : void
FatalException ( Exception ex, string format ) : void
Flush ( System.TimeSpan maxTimeToWait = default(TimeSpan?) ) : void
Info ( string format ) : void
InfoException ( Exception ex, string format ) : void
Trace ( string format ) : void
TraceException ( Exception ex, string format ) : void
Warn ( string format ) : void

메소드 상세

Debug() 공개 메소드

public Debug ( string format ) : void
format string
리턴 void

DebugException() 공개 메소드

public DebugException ( Exception ex, string format ) : void
ex System.Exception
format string
리턴 void

EmbeddedLogger() 공개 메소드

public EmbeddedLogger ( string name ) : EventStore.Common.Log
name string
리턴 EventStore.Common.Log

Error() 공개 메소드

public Error ( string format ) : void
format string
리턴 void

ErrorException() 공개 메소드

public ErrorException ( Exception ex, string format ) : void
ex System.Exception
format string
리턴 void

Fatal() 공개 메소드

public Fatal ( string format ) : void
format string
리턴 void

FatalException() 공개 메소드

public FatalException ( Exception ex, string format ) : void
ex System.Exception
format string
리턴 void

Flush() 공개 메소드

public Flush ( System.TimeSpan maxTimeToWait = default(TimeSpan?) ) : void
maxTimeToWait System.TimeSpan
리턴 void

Info() 공개 메소드

public Info ( string format ) : void
format string
리턴 void

InfoException() 공개 메소드

public InfoException ( Exception ex, string format ) : void
ex System.Exception
format string
리턴 void

Trace() 공개 메소드

public Trace ( string format ) : void
format string
리턴 void

TraceException() 공개 메소드

public TraceException ( Exception ex, string format ) : void
ex System.Exception
format string
리턴 void

Warn() 공개 메소드

public Warn ( string format ) : void
format string
리턴 void