C# Class CommonLog, CSharpGameFramework

Inheritance: Log
显示文件 Open project: dreamanlan/CSharpGameFramework Class Usage Examples

Public Methods

Method Description
CommonLog ( int id, string name ) : System
CommonLog ( int id, string name, int cachesize ) : System
GenLogName ( string module_name = "" ) : string

Method Details

CommonLog() public method

public CommonLog ( int id, string name ) : System
id int
name string
return System

CommonLog() public method

public CommonLog ( int id, string name, int cachesize ) : System
id int
name string
cachesize int
return System

GenLogName() public method

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