C# Class MyApplication.Logging.LogManagerWrapper

Show file Open project: shendongnian/code

Public Methods

Method Description
GetLogger ( Type type ) : ILog
GetLogger ( Type type ) : void

Private Methods

Method Description
LoadConfig ( ) : void

Method Details

GetLogger() public static method

public static GetLogger ( Type type ) : ILog
type Type
return ILog

GetLogger() public static method

public static GetLogger ( Type type ) : void
type Type
return void