Change Log
0.201 - 2021-04-11
Added
- Added Github Actions as a CI/CD pipeline.
0.200 - 2015-12-01
Added
- Added CPAN metadata files.
Changed
- Converted build to Module::Build.
- Converted change log to Markdown.
Fixed
- Removed Log::Agent dependency in Makefile.PL.
0.101 - 2001-04-11
Added
- New
-callerargument to customize caller tracing, with the ability to dynamically change settings viaset_caller_info(). - New
-priorityargument to customize priority tracing, with the ability to dynamically change settings viaset_priority_info(). - New
-tagsargument to add user-defined tags in the logs. - Must use Log::Agent 0.208 or better, since we rely on a specific feature for priority tracing.
- Now tests proper sprintf semantics in log arguments, i.e. that something like
$log->error("this is message #%d", 5)works as advertised.
Changed
- Now relies on Getargs::Long for argument parsing.
0.100 - 2000-11-03
Initial revision.