Global
Namespace: Semagle.Logging
Functions and values
Function or value | Description |
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
|
|