There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

Name

qbit::Log - Functions to logging

Functions

l

Arguments:

  • @args - array of strings, messages;

Print joined messsages to STDERR with new line at end.

ldump

Arguments:

  • @args - array, variables;

Print variables dumps with Data::Dumper::Dumper to STDERR. Unicode sequenses will be converted to readable text.