| Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
Classes | |
| class | Logger |
| Central logging agent. More... | |
| struct | Options |
| Logging options for config parser. More... | |
| class | Selector |
| A selector identifies the set of log messages to enable. More... | |
| struct | SinkOptions |
| Logging sink options. More... | |
| struct | LevelTraits |
| struct | CategoryTraits |
| class | CategoryFileNameHints |
| struct | Statement |
| POD struct representing a logging statement in source code. More... | |
Enumerations | |
| enum | Level { trace, debug, info, notice, warning, error, critical } |
| Debugging severity levels. More... | |
| enum | Category { security, broker, management, protocol, system, ha, messaging, store, network, test, client, model, unspecified } |
| Formal message categories https://issues.apache.org/jira/browse/QPID-3902. More... | |
| enum qpid::log::Category |
Formal message categories https://issues.apache.org/jira/browse/QPID-3902.
Category Source code directory
| security | |
| broker | |
| management | |
| protocol | |
| system | |
| ha | |
| messaging | |
| store | |
| network | |
| test | |
| client | |
| model | |
| unspecified |
Definition at line 78 of file Statement.h.
| enum qpid::log::Level |
Debugging severity levels.
Definition at line 39 of file Statement.h.
1.8.1.1