<<

NAME

C4::SIP::Trapper - Module for capturing warnings for the SIP logger

TIEHANDLE

    Ties the given class to this module.

PRINT

    Captures warnings and directs them to Koha::Logger as well as STDERR

OPEN

    We need OPEN in case Net::Server tries to redirect STDERR. This will
    be tried when param log_file or setsid is passed.

BINMODE

    Suppress errors from Log::Log4perl::Appender::Screen

<<