ILogger Interface
public interface ILogger
The logger for the service client
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Logger |
getLoggingLevel()
Gets the logging level of this logger |
| abstract void |
logDebug(String message)
Log a debug message |
| abstract void |
logError(String message, Throwable throwable)
Log an error message with throwable |
| abstract void |
setLoggingLevel(LoggerLevel level)
Sets the logging level of this logger |
Method Details
getLoggingLevel
public abstract LoggerLevel getLoggingLevel()
Gets the logging level of this logger
Returns:
logDebug
public abstract void logDebug(String message)
Log a debug message
Parameters:
logError
public abstract void logError(String message, Throwable throwable)
Log an error message with throwable
Parameters:
setLoggingLevel
public abstract void setLoggingLevel(LoggerLevel level)
Sets the logging level of this logger
Parameters: