Package DE_EPAGES::RemoteSearch::API::Object::CommunicationLogger
Logger used for communictions logging
Functions
isLogging
Returns true if communications logging is enabled
Syntax |
my $isLogging = $Logger->isLogging(); |
Return |
|
logCommunication
Calls LogCommunication() to log some communication contents, either some string or HTTP::Request / HTTP::Response objects.
Syntax |
$Logger->logCommunication( $Content ); |
Input |
|
new
Standard constructor
Syntax |
my $Logger = DE_EPAGES::RemoteSearch::API::Object::CommunicationLogger->new($hInfo); |
Input |
|
Return |
|