Package com.ibm.wsspi.logging
Interface MessageRouter
- 
 public interface MessageRouterMessage routing service. Routes messages to sundry logging streams.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanroute(java.lang.String msg, java.util.logging.LogRecord logRecord)Route the given message.
 
- 
- 
- 
Method Detail- 
routeboolean route(java.lang.String msg, java.util.logging.LogRecord logRecord)Route the given message.- Parameters:
- msg- The fully formatted message.
- logRecord- The LogRecord associated with the message.
- Returns:
- true if the message may be logged normally by the caller, (in addition to whatever logging was performed under this method), if desired.
 
 
- 
 
-