C# Class llbc.LoggerMgr

Show file Open project: lailongwei/llbc Class Usage Examples

Public Methods

Method Description
Destroy ( ) : void

Destroy log config file.

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

Initialize Log.

Method Details

Destroy() public static method

Destroy log config file.
public static Destroy ( ) : void
return void

Get() public static method

public static Get ( string loggerName ) : System.Logger
loggerName string
return System.Logger

GetRoot() public static method

public static GetRoot ( ) : System.Logger
return System.Logger

Init() public static method

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