JMS based output destination LogTargets.
See: Description
Interface Summary | |
---|---|
MessageBuilder | Interface that classes implement to build JMS Messages. |
Class Summary | |
---|---|
AbstractJMSTarget | A target that writes to a JMS Topic. |
JMSQueueTarget | A target that writes to a JMS Queue. |
JMSTopicTarget | A target that writes to a JMS Topic. |
ObjectMessageBuilder | Basic message factory that stores LogEvent in Message. |
PropertyInfo | A descriptor for each message property. |
PropertyType | A class to hold all constants for PropertyTypes. |
TextMessageBuilder | Basic message factory that stores LogEvent in Message. |