The base abstract class for logger targets. Cannot be instantiated. Extend this class instead to create valid logger targets.

Variables

@:value(true)enabled:Bool = true

Methods

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