com.liferay.faces.util.logging.internal
Class LoggerLog4JImpl

java.lang.Object
  extended by com.liferay.faces.util.logging.internal.LoggerDefaultImpl
      extended by com.liferay.faces.util.logging.internal.LoggerLog4JImpl
All Implemented Interfaces:
Logger

public class LoggerLog4JImpl
extends LoggerDefaultImpl

Author:
Neil Griffin

Field Summary
 
Fields inherited from interface com.liferay.faces.util.logging.Logger
SEPARATOR
 
Constructor Summary
LoggerLog4JImpl(String className)
           
 
Method Summary
 void debug(String message)
           
 void debug(String message, Object... arguments)
           
 void error(String message)
           
 void error(String message, Object... arguments)
           
 void error(Throwable throwable)
           
 void info(String message)
           
 void info(String message, Object... arguments)
           
 boolean isDebugEnabled()
           
 boolean isErrorEnabled()
           
 boolean isInfoEnabled()
           
 boolean isTraceEnabled()
           
protected  boolean isTraceSupported()
           
 boolean isWarnEnabled()
           
 void trace(String message)
           
 void trace(String message, Object... arguments)
           
 void warn(String message)
           
 void warn(String message, Object... arguments)
           
 
Methods inherited from class com.liferay.faces.util.logging.internal.LoggerDefaultImpl
formatMessage, getLogRecord, getThrowable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerLog4JImpl

public LoggerLog4JImpl(String className)
Method Detail

debug

public void debug(String message)
Specified by:
debug in interface Logger
Overrides:
debug in class LoggerDefaultImpl

debug

public void debug(String message,
                  Object... arguments)
Specified by:
debug in interface Logger
Overrides:
debug in class LoggerDefaultImpl

error

public void error(Throwable throwable)
Specified by:
error in interface Logger
Overrides:
error in class LoggerDefaultImpl

error

public void error(String message)
Specified by:
error in interface Logger
Overrides:
error in class LoggerDefaultImpl

error

public void error(String message,
                  Object... arguments)
Specified by:
error in interface Logger
Overrides:
error in class LoggerDefaultImpl

info

public void info(String message)
Specified by:
info in interface Logger
Overrides:
info in class LoggerDefaultImpl

info

public void info(String message,
                 Object... arguments)
Specified by:
info in interface Logger
Overrides:
info in class LoggerDefaultImpl

trace

public void trace(String message)
Specified by:
trace in interface Logger
Overrides:
trace in class LoggerDefaultImpl

trace

public void trace(String message,
                  Object... arguments)
Specified by:
trace in interface Logger
Overrides:
trace in class LoggerDefaultImpl

warn

public void warn(String message)
Specified by:
warn in interface Logger
Overrides:
warn in class LoggerDefaultImpl

warn

public void warn(String message,
                 Object... arguments)
Specified by:
warn in interface Logger
Overrides:
warn in class LoggerDefaultImpl

isDebugEnabled

public boolean isDebugEnabled()
Specified by:
isDebugEnabled in interface Logger
Overrides:
isDebugEnabled in class LoggerDefaultImpl

isErrorEnabled

public boolean isErrorEnabled()
Specified by:
isErrorEnabled in interface Logger
Overrides:
isErrorEnabled in class LoggerDefaultImpl

isInfoEnabled

public boolean isInfoEnabled()
Specified by:
isInfoEnabled in interface Logger
Overrides:
isInfoEnabled in class LoggerDefaultImpl

isTraceEnabled

public boolean isTraceEnabled()
Specified by:
isTraceEnabled in interface Logger
Overrides:
isTraceEnabled in class LoggerDefaultImpl

isWarnEnabled

public boolean isWarnEnabled()
Specified by:
isWarnEnabled in interface Logger
Overrides:
isWarnEnabled in class LoggerDefaultImpl

isTraceSupported

protected boolean isTraceSupported()


Copyright © 2015 Liferay, Inc.. All rights reserved.