RockLib.Logging version 1.1.0
- Adds
LoggerFactory.CreateFromConfig
method, allowing non-cached instances ofLogger
to be created fromLoggerFactory
. - Try really, really hard to cleanly shut down all instances of
Logger
, even if the user does not dispose them.