ePages 7.17.0 - DE_EPAGES/MeinPaket/API/Log.pm

Package DE_EPAGES::MeinPaket::API::Log

Log functions for MeinPaket

@EXPORT_OK
LogMeinPaket

Functions

LogMeinPaket

LogMeinPaket

Logs a structure to the communication.log.

Syntax
LogMeinPaket($Name, $Debug, $Section);
Example
LogMeinPaket('SendRequestHash', \%Hash, 'Send');
Input
$Name (string)
name of data
$DataToLog (hash)
data to be logged
$Section (string)
name of the section to be logged (optional - defaults to name of calling sub)
$aFilter (ref.array.string)
(optional) filter (perl regular expression for
s/$Filter[^\n]+\n/\n/gis)