public class LogContextLogWrapper
extends com.liferay.portal.kernel.log.LogWrapper
| Constructor and Description |
|---|
LogContextLogWrapper(com.liferay.portal.kernel.log.Log log) |
| 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 LogContextLogWrapper(com.liferay.portal.kernel.log.Log log)
public void debug(Object message)
debug in interface com.liferay.portal.kernel.log.Logdebug in class com.liferay.portal.kernel.log.LogWrapperpublic void debug(Object message,
Throwable throwable)
debug in interface com.liferay.portal.kernel.log.Logdebug in class com.liferay.portal.kernel.log.LogWrapperpublic void debug(Throwable throwable)
debug in interface com.liferay.portal.kernel.log.Logdebug in class com.liferay.portal.kernel.log.LogWrapperpublic void error(Object message)
error in interface com.liferay.portal.kernel.log.Logerror in class com.liferay.portal.kernel.log.LogWrapperpublic void error(Object message,
Throwable throwable)
error in interface com.liferay.portal.kernel.log.Logerror in class com.liferay.portal.kernel.log.LogWrapperpublic void error(Throwable throwable)
error in interface com.liferay.portal.kernel.log.Logerror in class com.liferay.portal.kernel.log.LogWrapperpublic void fatal(Object message)
fatal in interface com.liferay.portal.kernel.log.Logfatal in class com.liferay.portal.kernel.log.LogWrapperpublic void fatal(Object message,
Throwable throwable)
fatal in interface com.liferay.portal.kernel.log.Logfatal in class com.liferay.portal.kernel.log.LogWrapperpublic void fatal(Throwable throwable)
fatal in interface com.liferay.portal.kernel.log.Logfatal in class com.liferay.portal.kernel.log.LogWrapperpublic void info(Object message)
info in interface com.liferay.portal.kernel.log.Loginfo in class com.liferay.portal.kernel.log.LogWrapperpublic void info(Object message,
Throwable throwable)
info in interface com.liferay.portal.kernel.log.Loginfo in class com.liferay.portal.kernel.log.LogWrapperpublic void info(Throwable throwable)
info in interface com.liferay.portal.kernel.log.Loginfo in class com.liferay.portal.kernel.log.LogWrapperpublic void trace(Object message)
trace in interface com.liferay.portal.kernel.log.Logtrace in class com.liferay.portal.kernel.log.LogWrapperpublic void trace(Object message,
Throwable throwable)
trace in interface com.liferay.portal.kernel.log.Logtrace in class com.liferay.portal.kernel.log.LogWrapperpublic void trace(Throwable throwable)
trace in interface com.liferay.portal.kernel.log.Logtrace in class com.liferay.portal.kernel.log.LogWrapperpublic void warn(Object message)
warn in interface com.liferay.portal.kernel.log.Logwarn in class com.liferay.portal.kernel.log.LogWrapperpublic void warn(Object message,
Throwable throwable)
warn in interface com.liferay.portal.kernel.log.Logwarn in class com.liferay.portal.kernel.log.LogWrapperpublic void warn(Throwable throwable)
warn in interface com.liferay.portal.kernel.log.Logwarn in class com.liferay.portal.kernel.log.LogWrapper