Sean Baker wrote:
Or maybe any of this:
If you need to find out if the currently configured logging level would
allow a logger's logging statement to go through, use the logger's
is_level() methods:
$logger->is_debug() # True if debug messages would go through
Yup. Thanks Sean, Andrew! I look hard for this about a year ago and didn't see it, so I didn't even look this time...? Thanks, j