class LogFrontEnd
package flixel.system.frontEnds
Accessed via FlxG.log
.
Variables
Methods
advanced(Data:Dynamic, ?Style:LogStyle, FireOnce:Bool = false):Void
Add an advanced log message to the debugger by also specifying a LogStyle. Backend to FlxG.log.add(), FlxG.log.warn(), FlxG.log.error() and FlxG.log.notice().
Parameters:
Data | Any Data to log. |
---|---|
Style | The LogStyle to use, for example LogStyle.WARNING. You can also create your own by importing the LogStyle class. |
FireOnce | Whether you only want to log the Data in case it hasn't been added already |