Provided by: ledgersmb_1.3.46-1_all 

NAME
LedgerSMB::Log - LedgerSMB logging and debugging framework
SYOPSIS
This module maintains a connection to the LedgerSMB log file (Separate from the apache error log, for
now)
METHODS
This module is loosely based on Apache::Log.
Available methods: (in order, most to least severe)
emerg
alert
crit
error
warn
notice
info
debug
longmess
This uses Carp to make a debug message with the full stack backtrace, including function arguments,
where Carp can infer them.
dump
This uses Data::Dumper to dump the contents of a data structure as a debug message.
print
Uses sprintf to format a log line with a timestamp and a message.
perl v5.20.2 2014-12-11 LedgerSMB::Log(3pm)