com.liferay.faces.util.logging.internal
Class LoggerDefaultImpl
java.lang.Object
com.liferay.faces.util.logging.internal.LoggerDefaultImpl
- All Implemented Interfaces:
- Logger
- Direct Known Subclasses:
- LoggerLog4JImpl
public class LoggerDefaultImpl
- extends Object
- implements Logger
- Author:
- Neil Griffin
| Fields inherited from interface com.liferay.faces.util.logging.Logger |
SEPARATOR |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggerDefaultImpl
public LoggerDefaultImpl()
LoggerDefaultImpl
public LoggerDefaultImpl(String className)
debug
public void debug(String message)
- Specified by:
debug in interface Logger
debug
public void debug(String message,
Object... arguments)
- Specified by:
debug in interface Logger
error
public void error(Throwable throwable)
- Specified by:
error in interface Logger
error
public void error(String message)
- Specified by:
error in interface Logger
error
public void error(String message,
Object... arguments)
- Specified by:
error in interface Logger
info
public void info(String message)
- Specified by:
info in interface Logger
info
public void info(String message,
Object... arguments)
- Specified by:
info in interface Logger
trace
public void trace(String message)
- Specified by:
trace in interface Logger
trace
public void trace(String message,
Object... arguments)
- Specified by:
trace in interface Logger
warn
public void warn(String message)
- Specified by:
warn in interface Logger
warn
public void warn(String message,
Object... arguments)
- Specified by:
warn in interface Logger
formatMessage
protected String formatMessage(String message,
Object[] arguments)
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
isDebugEnabled in interface Logger
isErrorEnabled
public boolean isErrorEnabled()
- Specified by:
isErrorEnabled in interface Logger
isInfoEnabled
public boolean isInfoEnabled()
- Specified by:
isInfoEnabled in interface Logger
isTraceEnabled
public boolean isTraceEnabled()
- Specified by:
isTraceEnabled in interface Logger
isWarnEnabled
public boolean isWarnEnabled()
- Specified by:
isWarnEnabled in interface Logger
getLogRecord
protected LogRecord getLogRecord(Level level,
String message,
Throwable thrown)
getThrowable
protected Throwable getThrowable(Object[] arguments)
Copyright © 2015 Liferay, Inc.. All rights reserved.