It would be good to have simpler interface for running logging. For example, this default running from tutorial can be done in separate function like runLoggingWithFile:
Another function which can be helpful is to not use config from file. Just hardcode some default reasonable config (well, this default config still can be at least a function from LoggerName to LoggerConfig and emulate one from tutorial).
It would be good to have simpler interface for running logging. For example, this default running from tutorial can be done in separate function like
runLoggingWithFile
:Another function which can be helpful is to not use config from file. Just hardcode some default reasonable config (well, this default config still can be at least a function from
LoggerName
toLoggerConfig
and emulate one from tutorial).