0.1.5 Fri 2 Dec 2022 04:00:40 AEST
- Attempt automatic log level synchronisation for Log::ger
- Log::ger and Log::Any detection changes
Detection now only checks for these packages, not an output or adaptor
package like Log::ger::Output or Log::Any::Adaptor. Allows top level
application to choose output after Log::OK is used.
- Adjusted POD synopsis to show output can be selected after use Log::OK
- More POD changes
0.1.4 Thu 9 Jun 2022 08:57:30 AEST
- Fixed missing WARN constant when no system detected
- Tidy pod
- Change pod examples to show Log::ger because its easier
0.1.3
- If auto detect fails, creates constants for all supported frameworks
- Changed unknown command line level setting to carp instead of croak
to allow multiple frameworks to interoperate
0.1.2 Mon 30 May 2022 03:23:40 AEST
- Disabled tests requiring installation of logging modules
- Fixed an issue where no hash specified at main program level
prevented autodetection of logging system in other modules
with no hash specified
0.1.1 Fri 15 Apr 2022 22:22:44 AEST
- Fixed tests calling wrong perl command
- Fixed list context/ state issue on 5.24 and 5.26
0.1.0 Thu 14 Apr 2022 21:58:57 AEST
- Original release
- Using constant::more for backend
- Sets up constants for each logging level of detected/supported logging
system to allow compile time disabling in conditional structures