log_logger 1.0.0+2 copy "log_logger: ^1.0.0+2" to clipboard
log_logger: ^1.0.0+2 copied to clipboard

outdated

Wrapper of the logger library available on pub.dev that enables also easy file logging.

LogLogger #

Wrapper of the logger library available on pub.dev. Everything you can do with logger is supported here but with a more convenient way to log messages into a text file.

Getting Started #

In order to use the logging functionalities, you need to get a logger:

LogLogger.setMinimumLogLevel(LoggerLevel.verbose);
final logger = LogLogger.getLogger('loggerName');
logger.i('I am a logger called loggerName!');

What you can do to help #

I developed this wrapper package since it can help other people in need of something similar. Some stuff is missing, like for example the possibility to reuse the same reference of a logger even if the instance has changed (I'm not sure if that is possible). Please contribute with your PRs if you wish to!

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Wrapper of the logger library available on pub.dev that enables also easy file logging.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

intl, logger, path, synchronized

More

Packages that depend on log_logger