Available on Sys
@:value({ machineReadable : true, printTime : false, logLevel : LogLevel.Info })new(socket:Socket, logLevel:LogLevel = LogLevel.Info, printTime:Bool = false, machineReadable:Bool = true)
read onlysocket:Socket
@: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