Aardvark.Base


FilterLogTarget

A filtering log target that only records messages for which the filter function supplied in the constructor returns true.

Constructors

ConstructorDescription
new(target, filterFun)
Signature: (target:ILogTarget * filterFun:Func<LogMsg,bool>) -> unit

Instance members

Instance memberDescription
Dispose()
Signature: unit -> unit
Modifiers: abstract
Log(threadIndex, msg)
Signature: (threadIndex:int * msg:LogMsg) -> unit
Modifiers: abstract
NewThreadIndex(threadIndex)
Signature: threadIndex:int -> unit
Modifiers: abstract
Fork me on GitHub