public class DefaultLogWriter extends Object implements org.apache.activemq.transport.LogWriter
| Constructor and Description |
|---|
DefaultLogWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialMessage(Logger log) |
void |
logAsyncRequest(Logger log,
Object command) |
void |
logOneWay(Logger log,
Object command) |
void |
logReceivedCommand(Logger log,
Object command) |
void |
logReceivedException(Logger log,
IOException error) |
void |
logRequest(Logger log,
Object command) |
void |
logResponse(Logger log,
Object response) |
void |
setPrefix(String prefix) |
public DefaultLogWriter()
public void setPrefix(String prefix)
setPrefix in interface org.apache.activemq.transport.LogWriterpublic void initialMessage(Logger log)
initialMessage in interface org.apache.activemq.transport.LogWriterpublic void logRequest(Logger log, Object command)
logRequest in interface org.apache.activemq.transport.LogWriterpublic void logResponse(Logger log, Object response)
logResponse in interface org.apache.activemq.transport.LogWriterpublic void logAsyncRequest(Logger log, Object command)
logAsyncRequest in interface org.apache.activemq.transport.LogWriterpublic void logOneWay(Logger log, Object command)
logOneWay in interface org.apache.activemq.transport.LogWriterpublic void logReceivedCommand(Logger log, Object command)
logReceivedCommand in interface org.apache.activemq.transport.LogWriterpublic void logReceivedException(Logger log, IOException error)
logReceivedException in interface org.apache.activemq.transport.LogWriterCopyright © 2005–2020 The Apache Software Foundation. All rights reserved.