Method | Description | |
---|---|---|
Destroy ( ) : void |
Destroy log config file.
|
|
Get ( string loggerName ) : System.Logger | ||
GetRoot ( ) : System.Logger | ||
Init ( string logCfgFile ) : void |
Initialize Log.
|
public static Get ( string loggerName ) : System.Logger | ||
loggerName | string | |
return | System.Logger |
public static Init ( string logCfgFile ) : void | ||
logCfgFile | string | log config file |
return | void |