org.apache.qpid.server.logging
Class CompositeStartupMessageLogger
java.lang.Object
org.apache.qpid.server.logging.AbstractRootMessageLogger
org.apache.qpid.server.logging.CompositeStartupMessageLogger
- All Implemented Interfaces:
- RootMessageLogger
public class CompositeStartupMessageLogger
- extends AbstractRootMessageLogger
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeStartupMessageLogger
public CompositeStartupMessageLogger(RootMessageLogger[] loggers)
rawMessage
public void rawMessage(String message,
String logHierarchy)
- Description copied from interface:
RootMessageLogger
- Log the raw message to the configured logger.
- Specified by:
rawMessage
in interface RootMessageLogger
- Specified by:
rawMessage
in class AbstractRootMessageLogger
- Parameters:
message
- The message to loglogHierarchy
- The log hierarchy for this request
rawMessage
public void rawMessage(String message,
Throwable throwable,
String logHierarchy)
- Description copied from interface:
RootMessageLogger
- Log the raw message to the configured logger.
Along with a formated stack trace from the Throwable.
- Specified by:
rawMessage
in interface RootMessageLogger
- Specified by:
rawMessage
in class AbstractRootMessageLogger
- Parameters:
message
- The message to logthrowable
- Optional Throwable that should provide stact tracelogHierarchy
- The log hierarchy for this request
Licensed to the Apache Software Foundation