C# Class NormLog, CSharpGameFramework

Inheritance: Log
ファイルを表示 Open project: dreamanlan/CSharpGameFramework Class Usage Examples

Public Methods

Method Description
CacheLog ( string value ) : void
DiskLog ( string value ) : void
FlushLog ( byte ptr, int size, string module_name ) : void
GenLogName ( string module_name ) : string
NormLog ( string name, int cachesize ) : System

Method Details

CacheLog() public method

public CacheLog ( string value ) : void
value string
return void

DiskLog() public method

public DiskLog ( string value ) : void
value string
return void

FlushLog() public method

public FlushLog ( byte ptr, int size, string module_name ) : void
ptr byte
size int
module_name string
return void

GenLogName() public method

public GenLogName ( string module_name ) : string
module_name string
return string

NormLog() public method

public NormLog ( string name, int cachesize ) : System
name string
cachesize int
return System