Changes for version 0.031 - 2020-03-04
- Allow each routine to have its own init args; this allows e.g. creating multiple sets of logger subroutines that log to different categories, as implemented in Log::ger::Plugin::Multisets.
- Silence 'Redundant argument in sprintf' warning.
- [doc] Tweak to make module name and version clearer [GH #2].
Modules
A lightweight, flexible logging framework
Use a format plugin
Perform no formatting on the message
The bulk of the implementation of Log::ger
Use a layout plugin
Set logging output
Log to array
Log to array
Null output
Set output to a string
Use a plugin
Create a log($LEVEL, ...) subroutine/method
Utility routines for Log::ger