Available on Feathers
@:value({ machineReadable : false, printTime : false, logLevel : LogLevel.Info })new(logLevel:LogLevel = LogLevel.Info, printTime:Bool = false, machineReadable:Bool = false, textArea:Dynamic)
@:value(true)enabled:Bool = true
read onlylogLevel:LogLevel
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
clear():Void