ePages 7.0.0 - DE_EPAGES/PayPalPlus/API/Logger.pm

Package DE_EPAGES::PayPalPlus::API::Logger

Logger class

@EXPORT_OK
Filter

Functions

Filter
logPayment
new

Filter

Function with a regular expression to replace a value in a string

Syntax
Filter( $ReplaceValue );
Input
$ReplaceValue (string)
string to be replace at the log
Return
(function pointer)
Function pointer

logPayment

Replace value in the logs (remove password)

Syntax
logPayment( $Description, $hStruture, $ReplaceValue );
Input
$Description (string)
Description
$hStruture (hashref)
hash, object or any structure you want to log
$ReplaceValue (string)
string to be replace at the log

new

constuctor

Syntax
new( );
Return
$self (DE_EPAGES::PayPalPlus::API::Logger)
self