Semagle.Framework


Targets

Namespace: Semagle.Logging

"Shortcut" for creating targets; useful at the top-level configuration point of your library.

Functions and values

Function or valueDescription
create level name
Signature: level:LogLevel -> name:string [] -> Logger

Create a new target. Prefer Log.create in your own libraries, or let the composing app replace your target instance through your configuration.

Will log to console (colourised) by default, and also to the output window in your IDE if you specify a level below Info.

Fork me on GitHub