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