|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogMessage | |
---|---|
org.apache.qpid.server.logging | |
org.apache.qpid.server.logging.actors | |
org.apache.qpid.server.logging.messages | |
org.apache.qpid.server.virtualhost.plugins.logging |
Uses of LogMessage in org.apache.qpid.server.logging |
---|
Methods in org.apache.qpid.server.logging with parameters of type LogMessage | |
---|---|
void |
LogActor.message(LogMessage message)
Logs the specified LogMessage against this actor Currently logging has a global setting however this will later be revised and as such the LogActor will need to take into consideration any new configuration as a means of enabling the logging of LogActors and LogSubjects. |
void |
LogActor.message(LogSubject subject,
LogMessage message)
Logs the specified LogMessage about the LogSubject Currently logging has a global setting however this will later be revised and as such the LogActor will need to take into consideration any new configuration as a means of enabling the logging of LogActors and LogSubjects. |
Uses of LogMessage in org.apache.qpid.server.logging.actors |
---|
Methods in org.apache.qpid.server.logging.actors with parameters of type LogMessage | |
---|---|
void |
AbstractActor.message(LogMessage message)
|
void |
AbstractActor.message(LogSubject subject,
LogMessage message)
|
Uses of LogMessage in org.apache.qpid.server.logging.messages |
---|
Methods in org.apache.qpid.server.logging.messages that return LogMessage | |
---|---|
static LogMessage |
ChannelMessages.CLOSE()
Log a Channel message of the Format: |
static LogMessage |
ConfigStoreMessages.CLOSE()
Log a ConfigStore message of the Format: |
static LogMessage |
ConnectionMessages.CLOSE()
Log a Connection message of the Format: |
static LogMessage |
ManagementConsoleMessages.CLOSE()
Log a ManagementConsole message of the Format: |
static LogMessage |
SubscriptionMessages.CLOSE()
Log a Subscription message of the Format: |
static LogMessage |
MessageStoreMessages.CLOSED()
Log a MessageStore message of the Format: |
static LogMessage |
TransactionLogMessages.CLOSED()
Log a TransactionLog message of the Format: |
static LogMessage |
VirtualHostMessages.CLOSED()
Log a VirtualHost message of the Format: |
static LogMessage |
BrokerMessages.CONFIG(String param1)
Log a Broker message of the Format: |
static LogMessage |
ChannelMessages.CREATE()
Log a Channel message of the Format: |
static LogMessage |
SubscriptionMessages.CREATE(String param1,
boolean opt1,
boolean opt2)
Log a Subscription message of the Format: |
static LogMessage |
ConfigStoreMessages.CREATED(String param1)
Log a ConfigStore message of the Format: |
static LogMessage |
MessageStoreMessages.CREATED(String param1)
Log a MessageStore message of the Format: |
static LogMessage |
TransactionLogMessages.CREATED(String param1)
Log a TransactionLog message of the Format: |
static LogMessage |
VirtualHostMessages.CREATED(String param1)
Log a VirtualHost message of the Format: |
static LogMessage |
BindingMessages.CREATED(String param1,
boolean opt1)
Log a Binding message of the Format: |
static LogMessage |
QueueMessages.CREATED(String param1,
Number param2,
boolean opt1,
boolean opt2,
boolean opt3,
boolean opt4,
boolean opt5)
Log a Queue message of the Format: |
static LogMessage |
ExchangeMessages.CREATED(String param1,
String param2,
boolean opt1)
Log a Exchange message of the Format: |
static LogMessage |
BindingMessages.DELETED()
Log a Binding message of the Format: |
static LogMessage |
ExchangeMessages.DELETED()
Log a Exchange message of the Format: |
static LogMessage |
QueueMessages.DELETED()
Log a Queue message of the Format: |
static LogMessage |
ChannelMessages.FLOW_ENFORCED(String param1)
Log a Channel message of the Format: |
static LogMessage |
ChannelMessages.FLOW_REMOVED()
Log a Channel message of the Format: |
static LogMessage |
ChannelMessages.FLOW(String param1)
Log a Channel message of the Format: |
static LogMessage |
BrokerMessages.LISTENING(String param1,
Number param2)
Log a Broker message of the Format: |
static LogMessage |
ManagementConsoleMessages.LISTENING(String param1,
Number param2)
Log a ManagementConsole message of the Format: |
static LogMessage |
BrokerMessages.LOG_CONFIG(String param1)
Log a Broker message of the Format: |
static LogMessage |
ManagementConsoleMessages.OPEN(String param1)
Log a ManagementConsole message of the Format: |
static LogMessage |
ConnectionMessages.OPEN(String param1,
String param2,
boolean opt1,
boolean opt2)
Log a Connection message of the Format: |
static LogMessage |
QueueMessages.OVERFULL(Number param1,
Number param2)
Log a Queue message of the Format: |
static LogMessage |
ChannelMessages.PREFETCH_SIZE(Number param1,
Number param2)
Log a Channel message of the Format: |
static LogMessage |
BrokerMessages.READY()
Log a Broker message of the Format: |
static LogMessage |
ManagementConsoleMessages.READY(boolean opt1)
Log a ManagementConsole message of the Format: |
static LogMessage |
MessageStoreMessages.RECOVERED(Number param1)
Log a MessageStore message of the Format: |
static LogMessage |
TransactionLogMessages.RECOVERED(Number param1,
String param2)
Log a TransactionLog message of the Format: |
static LogMessage |
ConfigStoreMessages.RECOVERY_COMPLETE()
Log a ConfigStore message of the Format: |
static LogMessage |
MessageStoreMessages.RECOVERY_COMPLETE()
Log a MessageStore message of the Format: |
static LogMessage |
TransactionLogMessages.RECOVERY_COMPLETE(String param1,
boolean opt1)
Log a TransactionLog message of the Format: |
static LogMessage |
ConfigStoreMessages.RECOVERY_START()
Log a ConfigStore message of the Format: |
static LogMessage |
MessageStoreMessages.RECOVERY_START()
Log a MessageStore message of the Format: |
static LogMessage |
TransactionLogMessages.RECOVERY_START(String param1,
boolean opt1)
Log a TransactionLog message of the Format: |
static LogMessage |
BrokerMessages.SHUTTING_DOWN(String param1,
Number param2)
Log a Broker message of the Format: |
static LogMessage |
ManagementConsoleMessages.SHUTTING_DOWN(String param1,
Number param2)
Log a ManagementConsole message of the Format: |
static LogMessage |
ManagementConsoleMessages.SSL_KEYSTORE(String param1)
Log a ManagementConsole message of the Format: |
static LogMessage |
ManagementConsoleMessages.STARTUP()
Log a ManagementConsole message of the Format: |
static LogMessage |
BrokerMessages.STARTUP(String param1,
String param2)
Log a Broker message of the Format: |
static LogMessage |
SubscriptionMessages.STATE(String param1)
Log a Subscription message of the Format: |
static LogMessage |
BrokerMessages.STOPPED()
Log a Broker message of the Format: |
static LogMessage |
ManagementConsoleMessages.STOPPED()
Log a ManagementConsole message of the Format: |
static LogMessage |
ConfigStoreMessages.STORE_LOCATION(String param1)
Log a ConfigStore message of the Format: |
static LogMessage |
MessageStoreMessages.STORE_LOCATION(String param1)
Log a MessageStore message of the Format: |
static LogMessage |
TransactionLogMessages.STORE_LOCATION(String param1)
Log a TransactionLog message of the Format: |
static LogMessage |
QueueMessages.UNDERFULL(Number param1,
Number param2)
Log a Queue message of the Format: |
Uses of LogMessage in org.apache.qpid.server.virtualhost.plugins.logging |
---|
Methods in org.apache.qpid.server.virtualhost.plugins.logging that return LogMessage | |
---|---|
static LogMessage |
SlowConsumerDetectionMessages.CHECKING_QUEUE(String param1)
Log a SlowConsumerDetection message of the Format: |
static LogMessage |
SlowConsumerDetectionMessages.COMPLETE()
Log a SlowConsumerDetection message of the Format: |
static LogMessage |
TopicDeletePolicyMessages.DELETING_QUEUE()
Log a TopicDeletePolicy message of the Format: |
static LogMessage |
TopicDeletePolicyMessages.DISCONNECTING()
Log a TopicDeletePolicy message of the Format: |
static LogMessage |
SlowConsumerDetectionMessages.RUNNING()
Log a SlowConsumerDetection message of the Format: |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |