Constructor

@:value({ machineReadable : false, printTime : false, logLevel : LogLevel.Info })new(logLevel:LogLevel = LogLevel.Info, printTime:Bool = false, machineReadable:Bool = false)

Methods

clear():Void

Clears the console

Inherited Variables

Defined by AbstractLoggerTarget

@:value(true)enabled:Bool = true

Inherited Methods

Defined by AbstractLoggerTarget

addFilter(source:String, replace:String):Void

Adds a filter to this target. Each source match will be replaced with the replace value.

Parameters:

source

The source to replace

replace

The value to replace the source with