C# 클래스 CSharpUtils.Logger

파일 보기 프로젝트 열기: soywiz/csharputils

공개 메소드들

메소드 설명
CreateAnonymousLogger ( ) : Logger
Error ( object Format ) : Logger
Fatal ( object Format ) : Logger
GetLogger ( string Name ) : Logger
Info ( object Format ) : Logger
Measure ( System.Action Action ) : System.TimeSpan
Notice ( object Format ) : Logger
TryCatch ( System.Action Action ) : void
Unimplemented ( object Format ) : Logger
Warning ( object Format ) : Logger

비공개 메소드들

메소드 설명
Log ( Level Level, object Format ) : Logger
Logger ( ) : System

메소드 상세

CreateAnonymousLogger() 공개 정적인 메소드

public static CreateAnonymousLogger ( ) : Logger
리턴 Logger

Error() 공개 메소드

public Error ( object Format ) : Logger
Format object
리턴 Logger

Fatal() 공개 메소드

public Fatal ( object Format ) : Logger
Format object
리턴 Logger

GetLogger() 공개 정적인 메소드

public static GetLogger ( string Name ) : Logger
Name string
리턴 Logger

Info() 공개 메소드

public Info ( object Format ) : Logger
Format object
리턴 Logger

Measure() 공개 정적인 메소드

public static Measure ( System.Action Action ) : System.TimeSpan
Action System.Action
리턴 System.TimeSpan

Notice() 공개 메소드

public Notice ( object Format ) : Logger
Format object
리턴 Logger

TryCatch() 공개 메소드

public TryCatch ( System.Action Action ) : void
Action System.Action
리턴 void

Unimplemented() 공개 메소드

public Unimplemented ( object Format ) : Logger
Format object
리턴 Logger

Warning() 공개 메소드

public Warning ( object Format ) : Logger
Format object
리턴 Logger