The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
im_log((aIMCTX, level, format, ...)) =category Logging

This is the main entry point to logging. Note that the extra set of parentheses are required due to limitations in C89 macros.

This will format a string with the current file and line number to the log file if logging is enabled.

This must be called with a context object defined by one of the dIMCTX macros in scope.

This can also be called as mm_log((level, format, args)) in which case the currently active context is used and any in scope context is ignored.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 26:

'=item' outside of any '=over'

=over without closing =back