Logging levels
Logging levels in OpenSleigh can be easily configured by tweaking the default .NET Core Logging
configuration node.
For example, this configuration will log every possible message emitted by the library:
It is of course possible to customize the levels even more, by adding more sub-namespaces:
Last updated