public class LogTee extends LogAdapter
Log
classes.Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.logging.Log |
log2 |
log
Constructor and Description |
---|
LogTee(org.apache.commons.logging.Log log1,
org.apache.commons.logging.Log log2) |
Modifier and Type | Method and Description |
---|---|
void |
debug(Object arg0,
Throwable arg1) |
void |
error(Object arg0,
Throwable arg1) |
void |
fatal(Object arg0,
Throwable arg1) |
void |
info(Object arg0,
Throwable arg1) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isFatalEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
void |
trace(Object arg0,
Throwable arg1) |
void |
warn(Object arg0,
Throwable arg1) |
public LogTee(org.apache.commons.logging.Log log1, org.apache.commons.logging.Log log2)
public void trace(Object arg0, Throwable arg1)
trace
in interface org.apache.commons.logging.Log
trace
in class LogAdapter
public void debug(Object arg0, Throwable arg1)
debug
in interface org.apache.commons.logging.Log
debug
in class LogAdapter
public void info(Object arg0, Throwable arg1)
info
in interface org.apache.commons.logging.Log
info
in class LogAdapter
public void warn(Object arg0, Throwable arg1)
warn
in interface org.apache.commons.logging.Log
warn
in class LogAdapter
public void error(Object arg0, Throwable arg1)
error
in interface org.apache.commons.logging.Log
error
in class LogAdapter
public void fatal(Object arg0, Throwable arg1)
fatal
in interface org.apache.commons.logging.Log
fatal
in class LogAdapter
public boolean isTraceEnabled()
isTraceEnabled
in interface org.apache.commons.logging.Log
isTraceEnabled
in class LogAdapter
public boolean isDebugEnabled()
isDebugEnabled
in interface org.apache.commons.logging.Log
isDebugEnabled
in class LogAdapter
public boolean isInfoEnabled()
isInfoEnabled
in interface org.apache.commons.logging.Log
isInfoEnabled
in class LogAdapter
public boolean isWarnEnabled()
isWarnEnabled
in interface org.apache.commons.logging.Log
isWarnEnabled
in class LogAdapter
public boolean isErrorEnabled()
isErrorEnabled
in interface org.apache.commons.logging.Log
isErrorEnabled
in class LogAdapter
public boolean isFatalEnabled()
isFatalEnabled
in interface org.apache.commons.logging.Log
isFatalEnabled
in class LogAdapter
Copyright © 2005–2016 Alfresco Software. All rights reserved.