C# 클래스 MyApplication.Logging.LogManagerWrapper

파일 보기 프로젝트 열기: shendongnian/code

공개 메소드들

메소드 설명
GetLogger ( Type type ) : ILog
GetLogger ( Type type ) : void

비공개 메소드들

메소드 설명
LoadConfig ( ) : void

메소드 상세

GetLogger() 공개 정적인 메소드

public static GetLogger ( Type type ) : ILog
type Type
리턴 ILog

GetLogger() 공개 정적인 메소드

public static GetLogger ( Type type ) : void
type Type
리턴 void