An open API service indexing awesome lists of open source software.

https://github.com/thecodingmachine/utils.log.multi-logger

Use this package if you want a logger that logs to several places at the same time. Using a MultiLogger, you can append several loggers. For instance, you might want to write in the error log using the ErrorLogLogger and to send a mail to the admin using the MailLogger...
https://github.com/thecodingmachine/utils.log.multi-logger

Last synced: 12 months ago
JSON representation

Use this package if you want a logger that logs to several places at the same time. Using a MultiLogger, you can append several loggers. For instance, you might want to write in the error log using the ErrorLogLogger and to send a mail to the admin using the MailLogger...

Awesome Lists containing this project