public class CustomLogWriter extends Object implements LogWriter
| Constructor and Description |
|---|
CustomLogWriter() |
| 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) |
public CustomLogWriter()
public void initialMessage(Logger log)
initialMessage in interface LogWriterpublic void logRequest(Logger log, Object command)
logRequest in interface LogWriterpublic void logResponse(Logger log, Object response)
logResponse in interface LogWriterpublic void logAsyncRequest(Logger log, Object command)
logAsyncRequest in interface LogWriterpublic void logReceivedCommand(Logger log, Object command)
logReceivedCommand in interface LogWriterpublic void logReceivedException(Logger log, IOException error)
logReceivedException in interface LogWriterCopyright © 2005–2016 The Apache Software Foundation. All rights reserved.