Property | Type | Description | |
---|---|---|---|
m_CacheSize | int | ||
m_LogCache | byte[] |
Property | Type | Description | |
---|---|---|---|
ExitSystem | void | ||
FlushAll | void | ||
InitConfig | bool | ||
InitSystem | bool | ||
LOG | void | ||
LOGICLOG | void | ||
LogSys | System | ||
NORMLOG | void | ||
OnFlushLogicLog | void | ||
OnFlushNormLog | void | ||
RegisterLogicModuleLogByName | void | ||
RegisterNormModuleLogByName | void | ||
Swap | int |
Method | Description | |
---|---|---|
FlushNormLog ( ) : void | ||
Init ( string config ) : bool | ||
Log ( LOG_TYPE logtype, ConsoleColor, cc, string format ) : void | ||
Log ( LOG_TYPE logtype, string format ) : void | ||
LogicLog ( string module, string format ) : void | ||
NormLog ( string module ) : void | ||
Release ( ) : void |
Method | Description | |
---|---|---|
ExitSystem ( ) : void | ||
FlushAll ( ) : void | ||
InitConfig ( string config ) : bool | ||
InitSystem ( string config ) : bool | ||
LOG ( LOG_TYPE logtype, ConsoleColor, fg_color, string format ) : void | ||
LOGICLOG ( string module_name, string format ) : void | ||
LogSys ( ) : System | ||
NORMLOG ( string module_name ) : void | ||
OnFlushLogicLog ( ) : void | ||
OnFlushNormLog ( ) : void | ||
RegisterLogicModuleLogByName ( ) : void | ||
RegisterNormModuleLogByName ( ) : void | ||
Swap ( Log log ) : int |
public static Log ( LOG_TYPE logtype, ConsoleColor, cc, string format ) : void | ||
logtype | LOG_TYPE | |
cc | ConsoleColor, | |
format | string | |
return | void |
public static Log ( LOG_TYPE logtype, string format ) : void | ||
logtype | LOG_TYPE | |
format | string | |
return | void |
public static LogicLog ( string module, string format ) : void | ||
module | string | |
format | string | |
return | void |
public static NormLog ( string module ) : void | ||
module | string | |
return | void |