Semagle.Framework


Global

Namespace: Semagle.Logging

Functions and values

Function or valueDescription
defaultConfig
Signature: LoggingConfig

The global default configuration, which logs to Console at Info level.

getTimestamp()
Signature: unit -> EpochNanoSeconds
initialise(cfg)
Signature: cfg:LoggingConfig -> unit

Call from the initialisation of your library. Initialises the Logary.Facade globally/per process.

initialiseIfDefault(cfg)
Signature: cfg:LoggingConfig -> unit
Fork me on GitHub