public class Log4jLogContextLogWrapper
extends com.liferay.portal.kernel.log.LogWrapper
Constructor and Description |
---|
Log4jLogContextLogWrapper(com.liferay.portal.kernel.log.Log log,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
debug(Object message) |
void |
debug(Object message,
Throwable throwable) |
void |
debug(Throwable throwable) |
void |
error(Object message) |
void |
error(Object message,
Throwable throwable) |
void |
error(Throwable throwable) |
void |
fatal(Object message) |
void |
fatal(Object message,
Throwable throwable) |
void |
fatal(Throwable throwable) |
void |
info(Object message) |
void |
info(Object message,
Throwable throwable) |
void |
info(Throwable throwable) |
void |
trace(Object message) |
void |
trace(Object message,
Throwable throwable) |
void |
trace(Throwable throwable) |
void |
warn(Object message) |
void |
warn(Object message,
Throwable throwable) |
void |
warn(Throwable throwable) |
public Log4jLogContextLogWrapper(com.liferay.portal.kernel.log.Log log, String name)
public void debug(Object message)
debug
in interface com.liferay.portal.kernel.log.Log
debug
in class com.liferay.portal.kernel.log.LogWrapper
public void debug(Object message, Throwable throwable)
debug
in interface com.liferay.portal.kernel.log.Log
debug
in class com.liferay.portal.kernel.log.LogWrapper
public void debug(Throwable throwable)
debug
in interface com.liferay.portal.kernel.log.Log
debug
in class com.liferay.portal.kernel.log.LogWrapper
public void error(Object message)
error
in interface com.liferay.portal.kernel.log.Log
error
in class com.liferay.portal.kernel.log.LogWrapper
public void error(Object message, Throwable throwable)
error
in interface com.liferay.portal.kernel.log.Log
error
in class com.liferay.portal.kernel.log.LogWrapper
public void error(Throwable throwable)
error
in interface com.liferay.portal.kernel.log.Log
error
in class com.liferay.portal.kernel.log.LogWrapper
public void fatal(Object message)
fatal
in interface com.liferay.portal.kernel.log.Log
fatal
in class com.liferay.portal.kernel.log.LogWrapper
public void fatal(Object message, Throwable throwable)
fatal
in interface com.liferay.portal.kernel.log.Log
fatal
in class com.liferay.portal.kernel.log.LogWrapper
public void fatal(Throwable throwable)
fatal
in interface com.liferay.portal.kernel.log.Log
fatal
in class com.liferay.portal.kernel.log.LogWrapper
public void info(Object message)
info
in interface com.liferay.portal.kernel.log.Log
info
in class com.liferay.portal.kernel.log.LogWrapper
public void info(Object message, Throwable throwable)
info
in interface com.liferay.portal.kernel.log.Log
info
in class com.liferay.portal.kernel.log.LogWrapper
public void info(Throwable throwable)
info
in interface com.liferay.portal.kernel.log.Log
info
in class com.liferay.portal.kernel.log.LogWrapper
public void trace(Object message)
trace
in interface com.liferay.portal.kernel.log.Log
trace
in class com.liferay.portal.kernel.log.LogWrapper
public void trace(Object message, Throwable throwable)
trace
in interface com.liferay.portal.kernel.log.Log
trace
in class com.liferay.portal.kernel.log.LogWrapper
public void trace(Throwable throwable)
trace
in interface com.liferay.portal.kernel.log.Log
trace
in class com.liferay.portal.kernel.log.LogWrapper
public void warn(Object message)
warn
in interface com.liferay.portal.kernel.log.Log
warn
in class com.liferay.portal.kernel.log.LogWrapper
public void warn(Object message, Throwable throwable)
warn
in interface com.liferay.portal.kernel.log.Log
warn
in class com.liferay.portal.kernel.log.LogWrapper
public void warn(Throwable throwable)
warn
in interface com.liferay.portal.kernel.log.Log
warn
in class com.liferay.portal.kernel.log.LogWrapper