C# 클래스 Raven.Studio.Framework.DebugLogger

상속: ILog
파일 보기 프로젝트 열기: nhsevidence/ravendb

공개 메소드들

메소드 설명
DebugLogger ( Type type ) : System
Error ( Exception exception ) : void
Info ( string format ) : void
Warn ( string format ) : void

비공개 메소드들

메소드 설명
CreateLogMessage ( string format ) : string

메소드 상세

DebugLogger() 공개 메소드

public DebugLogger ( Type type ) : System
type System.Type
리턴 System

Error() 공개 메소드

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

Info() 공개 메소드

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

Warn() 공개 메소드

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