C# Class LogSys, CSharpGameFramework

Afficher le fichier Open project: dreamanlan/CSharpGameFramework Class Usage Examples

Méthodes publiques

Свойство Type Description
m_CacheSize int
m_LogCache byte[]

Private Properties

Свойство 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

Méthodes publiques

Méthode 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

Private Methods

Méthode 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

Method Details

FlushNormLog() public static méthode

public static FlushNormLog ( ) : void
Résultat void

Init() public static méthode

public static Init ( string config ) : bool
config string
Résultat bool

Log() public static méthode

public static Log ( LOG_TYPE logtype, ConsoleColor, cc, string format ) : void
logtype LOG_TYPE
cc ConsoleColor,
format string
Résultat void

Log() public static méthode

public static Log ( LOG_TYPE logtype, string format ) : void
logtype LOG_TYPE
format string
Résultat void

LogicLog() public static méthode

public static LogicLog ( string module, string format ) : void
module string
format string
Résultat void

NormLog() public static méthode

public static NormLog ( string module ) : void
module string
Résultat void

Release() public static méthode

public static Release ( ) : void
Résultat void

Property Details

m_CacheSize public_oe property

public int m_CacheSize
Résultat int

m_LogCache public_oe property

public byte[] m_LogCache
Résultat byte[]