C# 클래스 Aegis.Logger

파일 보기 프로젝트 열기: SyncZone/AegisFramework

공개 메소드들

메소드 설명
Debug ( int mask, string format ) : void
Debug ( string format ) : void
Err ( int mask, string format ) : void
Err ( string format ) : void
Info ( int mask, string format ) : void
Info ( string format ) : void
Warn ( int mask, string format ) : void
Warn ( string format ) : void
Write ( int mask, string format ) : void

비공개 메소드들

메소드 설명
RemoveAll ( ) : void

메소드 상세

Debug() 공개 정적인 메소드

public static Debug ( int mask, string format ) : void
mask int
format string
리턴 void

Debug() 공개 정적인 메소드

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

Err() 공개 정적인 메소드

public static Err ( int mask, string format ) : void
mask int
format string
리턴 void

Err() 공개 정적인 메소드

public static Err ( string format ) : void
format string
리턴 void

Info() 공개 정적인 메소드

public static Info ( int mask, string format ) : void
mask int
format string
리턴 void

Info() 공개 정적인 메소드

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

Warn() 공개 정적인 메소드

public static Warn ( int mask, string format ) : void
mask int
format string
리턴 void

Warn() 공개 정적인 메소드

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

Write() 공개 정적인 메소드

public static Write ( int mask, string format ) : void
mask int
format string
리턴 void