Yaaf.Logging


AsyncTracing

Defined in Yaaf.Logging.dll.
This is not very performant and not really required, manage the instances yourself if possible Therefore this module is no longer opened by default

Nested types and modules

ModuleDescription
Log

Functions and values

Function or valueDescription
failwith msg
Signature: msg:string -> '?60556
Type parameters: '?60556
Helps by logging the exception before throwing it, can lead helpful traces in the log when using async code.
failwithf fmt
Signature: fmt:StringFormat<'?60558,'?60559> -> '?60558
Type parameters: '?60558, '?60559
Helps by logging the exception before throwing it, can lead helpful traces in the log when using async code.
raise exn
Signature: exn:exn -> '?60554
Type parameters: '?60554
Helps by logging the exception before throwing it, can lead helpful traces in the log when using async code.
Fork me on GitHub