Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
Classes | |
struct | CategoryTraits |
struct | LevelTraits |
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 | SelectorElement |
SelectorElement parses a cli/mgmt enable/disable entry into usable fields where cliEntry = [!]LEVEL[+-][:PATTERN]. More... | |
struct | SinkOptions |
Logging sink options. More... | |
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 acl ssl gssapi sasl cyrus Broker broker Management agent console qmf Protocol amqp_0_10 framing System log sys types xml thread mutex fork pipe time ... HA cluster ha replication Messaging messaging Client client Store store Network tcp rdma AsynchIO socket epoll Test Model <not related="" to="" a="" directory>=""> Unspecified <must be="" last="" in="" enum>="">
Enumerator | |
---|---|
security | |
broker | |
management | |
protocol | |
system | |
ha | |
messaging | |
store | |
network | |
test | |
client | |
model | |
unspecified |
Definition at line 77 of file Statement.h.
enum qpid::log::Level |
Debugging severity levels.
Enumerator | |
---|---|
trace | |
debug | |
info | |
notice | |
warning | |
error | |
critical |
Definition at line 38 of file Statement.h.