mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
a35b82c608
loggers.
7 lines
292 B
Plaintext
7 lines
292 B
Plaintext
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/
|