bro_logger_manager 1.0.0
bro_logger_manager: ^1.0.0 copied to clipboard
This package contains implementation of the `logger` with the manager.
Bro logger manager #
Table of contents #
Introduction #
This package is an implementation of the logger package with the manager system. It allows you to have multiple loggers in your application and to manage them easily.
This package is based on the bro_abstract_manager and bro_abstract_logger packages.
Configuration #
If you use the LoggerManager class, you have to add the MixinLoggerConfigs to your app config manager.
Read the mixin, to see what you have to set in your config files.