public class CustomLogWriter extends Object implements LogWriter
| Constructor and Description |
|---|
CustomLogWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialMessage(org.slf4j.Logger log) |
void |
logAsyncRequest(org.slf4j.Logger log,
Object command) |
void |
logOneWay(org.slf4j.Logger log,
Object command) |
void |
logReceivedCommand(org.slf4j.Logger log,
Object command) |
void |
logReceivedException(org.slf4j.Logger log,
IOException error) |
void |
logRequest(org.slf4j.Logger log,
Object command) |
void |
logResponse(org.slf4j.Logger log,
Object response) |
void |
setPrefix(String prefix) |
public CustomLogWriter()
public void initialMessage(org.slf4j.Logger log)
initialMessage in interface LogWriterpublic void logRequest(org.slf4j.Logger log, Object command)
logRequest in interface LogWriterpublic void logResponse(org.slf4j.Logger log, Object response)
logResponse in interface LogWriterpublic void logAsyncRequest(org.slf4j.Logger log, Object command)
logAsyncRequest in interface LogWriterpublic void logReceivedCommand(org.slf4j.Logger log, Object command)
logReceivedCommand in interface LogWriterpublic void logReceivedException(org.slf4j.Logger log, IOException error)
logReceivedException in interface LogWriterCopyright © 2005–2018 FuseSource, Corp.. All rights reserved.