Changes for version 0.011 - 2017-06-30
- [Incompatible change] In hook argument "routines", change $flags to $type to be more general. The value can be 'log_sub', 'log_method', 'logml_sub', 'logml_method', 'is_sub', 'is_method'.
- Support multilevel log statement log($level, ...) by using LGP:MultilevelLog (included in core distribution).
- [Internal] Introduce phase 'create_logml_routine'.
- [Test] Add test for LG:Format::None.
- [Bugfix] reinit_target() didn't find the correct hash key.
Modules
A lightweight, flexible logging framework
Use a format plugin
Perform no formatting on the message
Use a layout plugin
Set logging output
Log to array
Null output
Set output to a string
Use a plugin
Create a log($LEVEL, ...) subroutine/method
Utility routines for Log::ger