a35b82c608
loggers.
6 lines
292 B
Text
6 lines
292 B
Text
String::Flogger::flog() args are mostly just like sprintf arguments, but
|
|
non-strings (like references, objects, and undef) are converted to JSON,
|
|
and we can defer evaluation of bits of the message so that it won't be
|
|
evaluated unless needed.
|
|
|
|
WWW: http://search.cpan.org/dist/String-Flogger/
|