C# 클래스 llbc.LoggerMgr

파일 보기 프로젝트 열기: lailongwei/llbc 1 사용 예제들

공개 메소드들

메소드 설명
Destroy ( ) : void

Destroy log config file.

Get ( string loggerName ) : System.Logger
GetRoot ( ) : System.Logger
Init ( string logCfgFile ) : void

Initialize Log.

메소드 상세

Destroy() 공개 정적인 메소드

Destroy log config file.
public static Destroy ( ) : void
리턴 void

Get() 공개 정적인 메소드

public static Get ( string loggerName ) : System.Logger
loggerName string
리턴 System.Logger

GetRoot() 공개 정적인 메소드

public static GetRoot ( ) : System.Logger
리턴 System.Logger

Init() 공개 정적인 메소드

Initialize Log.
public static Init ( string logCfgFile ) : void
logCfgFile string log config file
리턴 void