Yaaf.Logging


LogInterfaceExtensions

Defined in Yaaf.Logging.dll.

Functions and values

Function or valueDescription
L
Signature: StringFormat<'a> -> 'a
Type parameters: 'a

Type extensions

Type extensionDescription
childTracer(traceSource newActivity)
Signature: traceSource:ITraceSource -> newActivity:string -> ITracer
create a child tracer from the current instance we add a cross reference to the logfiles and return a new instance where we can start logging the activity
doInId(f)
Signature: (f:(unit -> '?60502)) -> '?60502
Type parameters: '?60502
log(ty fmt)
Signature: ty:TraceEventType -> (fmt:(unit -> string)) -> unit
Logs a message with the given TraceEventType
logCrit(fmt)
Signature: (fmt:(unit -> string)) -> unit
Logs a TraceEventType.Critical message
logErr(fmt)
Signature: (fmt:(unit -> string)) -> unit
Logs a TraceEventType.Error message
logInfo(fmt)
Signature: (fmt:(unit -> string)) -> unit
Logs a TraceEventType.Information message
logVerb(fmt)
Signature: (fmt:(unit -> string)) -> unit
Logs a TraceEventType.Verbose message
logWarn(fmt)
Signature: (fmt:(unit -> string)) -> unit
Logs a TraceEventType.Warning message
Fork me on GitHub