ePages 7.27.0 - DE_EPAGES/MultiStoreCommon/API/MultiStoreLog.pm

Package DE_EPAGES::MultiStoreCommon::API::MultiStoreLog

MultiStoreCommon - Debug Logging module

Base
Exporter
@EXPORT_OK
MultiStoreLogDebug
MultiStoreLogDebugObjectPath

Functions

MultiStoreLogDebug
MultiStoreLogDebugObjectPath

MultiStoreLogDebug

Logs a message text (and optionally a data item) in debug level

Syntax
MultiStoreLogDebug($Text, $Data);
Input
$Text (string)
message text
$Data (any)
(optional) data item

MultiStoreLogDebugObjectPath

Logs a message text (and optionally a data item) in debug level The text should be in sprintf format with the '%s' specifier, like MultiStoreLogDebugObjectPath("Object path is '%s'", $Object);

Syntax
MultiStoreLogDebugObjectPath($Text, $Object);
Input
$Text (string)
message text
$Object (object)
object to log its pathString