NAME
Net::STOMP::Client::Debug - Debug support for Net::STOMP::Client
DESCRIPTION
This module provides debug support for Net::STOMP::Client.
Debug messages are reported using Net::STOMP::Client::Debug::report() and get printed on STDERR.
The amount of debug information that gets printed can be controlled using $Net::STOMP::Client::Debug::Flags. Here are the flags that can be used:
- Net::STOMP::Client::Debug::API
-
STOMP-level API calls
- Net::STOMP::Client::Debug::FRAME
-
frames sent and received (command only)
- Net::STOMP::Client::Debug::HEADER
-
frames sent and received (headers)
- Net::STOMP::Client::Debug::IO
-
input/output bytes
AUTHOR
Lionel Cons http://cern.ch/lionel.cons