com.atomikos.logging
Class Log4j2Logger
java.lang.Object
com.atomikos.logging.Log4j2Logger
- All Implemented Interfaces:
- Logger
public class Log4j2Logger
- extends Object
- implements Logger
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Log4j2Logger
public Log4j2Logger(Class<?> clazz)
logError
public void logError(String message)
- Specified by:
logError in interface Logger
logWarning
public void logWarning(String message)
- Specified by:
logWarning in interface Logger
logInfo
public void logInfo(String message)
- Specified by:
logInfo in interface Logger
logDebug
public void logDebug(String message)
- Specified by:
logDebug in interface Logger
logError
public void logError(String message,
Throwable error)
- Specified by:
logError in interface Logger
logWarning
public void logWarning(String message,
Throwable error)
- Specified by:
logWarning in interface Logger
logInfo
public void logInfo(String message,
Throwable error)
- Specified by:
logInfo in interface Logger
logDebug
public void logDebug(String message,
Throwable error)
- Specified by:
logDebug in interface Logger
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
isDebugEnabled in interface Logger
isInfoEnabled
public boolean isInfoEnabled()
- Specified by:
isInfoEnabled in interface Logger
isErrorEnabled
public boolean isErrorEnabled()
- Specified by:
isErrorEnabled in interface Logger
Copyright © 2016. All Rights Reserved.