| java.lang.Object org.apache.log.output.jms.TextMessageBuilder
TextMessageBuilder | public TextMessageBuilder(Formatter formatter)(Code) | | Creation of a new text message builder.
Parameters: formatter - the message formatter |
TextMessageBuilder | public TextMessageBuilder(PropertyInfo[] properties, Formatter formatter)(Code) | | Creation of a new text message builder.
Parameters: properties - the property info set Parameters: formatter - the message formatter |
buildMessage | public Message buildMessage(Session session, LogEvent event) throws JMSException(Code) | | Build a message from the supplied session for the supplied event
Parameters: session - the session Parameters: event - the log event the message exception: JMSException - if a messaging related error occurs |
|
|