Property | Defined By | ||
---|---|---|---|
maxCount : int = 20 [static] 最大打印数量,超过这个数量,则自动清理一次 | Log |
Method | Defined By | ||
---|---|---|---|
clear():void [static]
清理日志
| Log | ||
enable():void [static]
激活Log系统,使用方法Laya.init(800,600,Laya.Log);
| Log | ||
print(value:String):void [static]
增加日志内容。
| Log | ||
toggle():void [static] 隐藏/显示日志面板 | Log |
maxCount | property |
public static var maxCount:int = 20
最大打印数量,超过这个数量,则自动清理一次
clear | () | method |
public static function clear():void
清理日志
enable | () | method |
public static function enable():void
激活Log系统,使用方法Laya.init(800,600,Laya.Log);
() | method |
public static function print(value:String):void
增加日志内容。
Parameters
value:String — 需要增加的日志内容。
|
toggle | () | method |
public static function toggle():void
隐藏/显示日志面板