C# Class GameFramework.LogSystem

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

Public Properties

Property Type Description
OnOutput LogSystemOutputDelegation

Public Methods

Method Description
Assert ( bool check, string format ) : void
Error ( string format ) : void
Info ( string format ) : void
Log ( string msg ) : void
Warn ( string format ) : void

Private Methods

Method Description
Debug ( string format ) : void
Output ( Log_Type type, string msg ) : void

Method Details

Assert() public static method

public static Assert ( bool check, string format ) : void
check bool
format string
return void

Error() public static method

public static Error ( string format ) : void
format string
return void

Info() public static method

public static Info ( string format ) : void
format string
return void

Log() public static method

public static Log ( string msg ) : void
msg string
return void

Warn() public static method

public static Warn ( string format ) : void
format string
return void

Property Details

OnOutput public_oe static_oe property

public static LogSystemOutputDelegation OnOutput
return LogSystemOutputDelegation