Packagelaya.utils
Classpublic class Log
InheritanceLog Inheritance Object

Log 类用于在界面内显示日志记录信息。



Public Properties
 PropertyDefined By
  maxCount : int = 20
[static] 最大打印数量,超过这个数量,则自动清理一次
Log
Public Methods
 MethodDefined 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
Property Detail
maxCountproperty
public static var maxCount:int = 20

最大打印数量,超过这个数量,则自动清理一次

Method Detail
clear()method
public static function clear():void

清理日志

enable()method 
public static function enable():void

激活Log系统,使用方法Laya.init(800,600,Laya.Log);

print()method 
public static function print(value:String):void

增加日志内容。

Parameters

value:String — 需要增加的日志内容。

toggle()method 
public static function toggle():void

隐藏/显示日志面板