rtldev-middleware-perl-sdk

NAME

WebService::Hexonet::Connector::Logger - Library to cover API request and response data output / logging.

SYNOPSIS

This module is internally used by the WebService::Hexonet::Connector::APIClient module. To be used in the way:

# create a new instance by
$logger = WebService::Hexonet::Connector::Logger->new();

# Log API Request / Response Data
# * specify request data in $data in string format
# * specify an instance of WebService::Hexonet::Connector::Response in $r.
# * specify an error message as string in $error (optional parameter)
$logger->log( $data, $r, $error );
#  vs.
$logger->log( $data, $r );

DESCRIPTION

HEXONET Backend API communication will be printed to STDOUT/STDERR by default. This mechanism can be overwritten by a CustomLogger implementation. Use method setCustomLogger of WebService::Hexonet::Connector::APIClient for this. Important is that a custom implementation provides method `log` and supports all the arguments explained.

Methods

LICENSE AND COPYRIGHT

This program is licensed under the MIT License.

AUTHOR

HEXONET GmbH