com.agilejava.blammo
Interface MessageProducer


public interface MessageProducer

The interface used for constructing the message. Allows construction of the messages to be delayed until the LoggingKit deems it appropriate.

Author:
Wilfred Springer

Method Summary
 java.lang.String getMessage()
          Returns the message.
 

Method Detail

getMessage

java.lang.String getMessage()
Returns the message.

Returns:
The message.


Copyright © 2008. All Rights Reserved.