blob: 6638fe1e83939766f94aa6ffe9428a21af57bb44 (
plain) (
blame)
1
2
3
4
|
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.
|