Package DE_EPAGES::MultiStoreCommon::API::MultiStoreLog
MultiStoreCommon - Debug Logging module
Base |
Exporter |
@EXPORT_OK |
Functions
MultiStoreLogDebug
Logs a message text (and optionally a data item) in debug level
Syntax |
MultiStoreLogDebug($Text, $Data); |
Input |
|
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 |
|