C# Class YwDebug, 2DPlatformer-SLua

显示文件 Open project: yaukeywang/2DPlatformer-SLua Class Usage Examples

Public Methods

Method Description
Log ( object cMessage ) : void
LogError ( object cMessage ) : void
LogException ( Exception cMessage ) : void
LogWarning ( object cMessage ) : void

Method Details

Log() public static method

public static Log ( object cMessage ) : void
cMessage object
return void

LogError() public static method

public static LogError ( object cMessage ) : void
cMessage object
return void

LogException() public static method

public static LogException ( Exception cMessage ) : void
cMessage Exception
return void

LogWarning() public static method

public static LogWarning ( object cMessage ) : void
cMessage object
return void