C# 클래스 BoC.Logging.Sitecore.SitecoreLogger

상속: ILogger
파일 보기 프로젝트 열기: csteeg/BoC

공개 메소드들

메소드 설명
Debug ( String message ) : void
Debug ( String message, Exception exception ) : void
DebugFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
DebugFormat ( Exception exception, String format ) : void
DebugFormat ( IFormatProvider formatProvider, String format ) : void
DebugFormat ( String format ) : void
Error ( String message ) : void
Error ( String message, Exception exception ) : void
ErrorFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
ErrorFormat ( Exception exception, String format ) : void
ErrorFormat ( IFormatProvider formatProvider, String format ) : void
ErrorFormat ( String format ) : void
Fatal ( String message ) : void
Fatal ( String message, Exception exception ) : void
FatalFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
FatalFormat ( Exception exception, String format ) : void
FatalFormat ( IFormatProvider formatProvider, String format ) : void
FatalFormat ( String format ) : void
Info ( String message ) : void
Info ( String message, Exception exception ) : void
InfoFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
InfoFormat ( Exception exception, String format ) : void
InfoFormat ( IFormatProvider formatProvider, String format ) : void
InfoFormat ( String format ) : void
Stack ( string name ) : IDisposable
Warn ( String message ) : void
Warn ( String message, Exception exception ) : void
WarnFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
WarnFormat ( Exception exception, String format ) : void
WarnFormat ( IFormatProvider formatProvider, String format ) : void
WarnFormat ( String format ) : void

비공개 메소드들

메소드 설명
formatException ( string message, Exception exc ) : string

메소드 상세

Debug() 공개 메소드

public Debug ( String message ) : void
message String
리턴 void

Debug() 공개 메소드

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

DebugFormat() 공개 메소드

public DebugFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
exception System.Exception
formatProvider IFormatProvider
format String
리턴 void

DebugFormat() 공개 메소드

public DebugFormat ( Exception exception, String format ) : void
exception System.Exception
format String
리턴 void

DebugFormat() 공개 메소드

public DebugFormat ( IFormatProvider formatProvider, String format ) : void
formatProvider IFormatProvider
format String
리턴 void

DebugFormat() 공개 메소드

public DebugFormat ( String format ) : void
format String
리턴 void

Error() 공개 메소드

public Error ( String message ) : void
message String
리턴 void

Error() 공개 메소드

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

ErrorFormat() 공개 메소드

public ErrorFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
exception System.Exception
formatProvider IFormatProvider
format String
리턴 void

ErrorFormat() 공개 메소드

public ErrorFormat ( Exception exception, String format ) : void
exception System.Exception
format String
리턴 void

ErrorFormat() 공개 메소드

public ErrorFormat ( IFormatProvider formatProvider, String format ) : void
formatProvider IFormatProvider
format String
리턴 void

ErrorFormat() 공개 메소드

public ErrorFormat ( String format ) : void
format String
리턴 void

Fatal() 공개 메소드

public Fatal ( String message ) : void
message String
리턴 void

Fatal() 공개 메소드

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

FatalFormat() 공개 메소드

public FatalFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
exception System.Exception
formatProvider IFormatProvider
format String
리턴 void

FatalFormat() 공개 메소드

public FatalFormat ( Exception exception, String format ) : void
exception System.Exception
format String
리턴 void

FatalFormat() 공개 메소드

public FatalFormat ( IFormatProvider formatProvider, String format ) : void
formatProvider IFormatProvider
format String
리턴 void

FatalFormat() 공개 메소드

public FatalFormat ( String format ) : void
format String
리턴 void

Info() 공개 메소드

public Info ( String message ) : void
message String
리턴 void

Info() 공개 메소드

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

InfoFormat() 공개 메소드

public InfoFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
exception System.Exception
formatProvider IFormatProvider
format String
리턴 void

InfoFormat() 공개 메소드

public InfoFormat ( Exception exception, String format ) : void
exception System.Exception
format String
리턴 void

InfoFormat() 공개 메소드

public InfoFormat ( IFormatProvider formatProvider, String format ) : void
formatProvider IFormatProvider
format String
리턴 void

InfoFormat() 공개 메소드

public InfoFormat ( String format ) : void
format String
리턴 void

Stack() 공개 메소드

public Stack ( string name ) : IDisposable
name string
리턴 IDisposable

Warn() 공개 메소드

public Warn ( String message ) : void
message String
리턴 void

Warn() 공개 메소드

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

WarnFormat() 공개 메소드

public WarnFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
exception System.Exception
formatProvider IFormatProvider
format String
리턴 void

WarnFormat() 공개 메소드

public WarnFormat ( Exception exception, String format ) : void
exception System.Exception
format String
리턴 void

WarnFormat() 공개 메소드

public WarnFormat ( IFormatProvider formatProvider, String format ) : void
formatProvider IFormatProvider
format String
리턴 void

WarnFormat() 공개 메소드

public WarnFormat ( String format ) : void
format String
리턴 void