public class HttpLoggerSystemOut extends Object implements IHttpLogger
| Constructor and Description |
|---|
HttpLoggerSystemOut() |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String aMessage,
Object... aKeysValues) |
void |
error(String aMessage) |
void |
error(String aMessage,
Exception aException) |
public void debug(String aMessage, Object... aKeysValues)
debug in interface IHttpLoggerpublic void error(String aMessage)
error in interface IHttpLoggerpublic void error(String aMessage, Exception aException)
error in interface IHttpLoggerCopyright © 2020. All rights reserved.