Package | Description |
---|---|
com.liferay.portal.kernel.log | |
com.liferay.portal.kernel.servlet | |
com.liferay.portal.kernel.servlet.taglib |
Modifier and Type | Class and Description |
---|---|
class |
Jdk14LogImpl |
class |
LogWrapper |
class |
SanitizerLogWrapper |
Modifier and Type | Method and Description |
---|---|
static Log |
SanitizerLogWrapper.allowCRLF(Log log) |
static Log |
LogFactoryUtil.getLog(Class<?> c) |
Log |
LogFactory.getLog(Class<?> c) |
Log |
Jdk14LogFactoryImpl.getLog(Class<?> c) |
static Log |
LogFactoryUtil.getLog(String name) |
Log |
LogFactory.getLog(String name) |
Log |
Jdk14LogFactoryImpl.getLog(String name) |
Log |
LogWrapper.getWrappedLog() |
Modifier and Type | Method and Description |
---|---|
static Log |
SanitizerLogWrapper.allowCRLF(Log log) |
static void |
LogUtil.debug(Log log,
Properties props) |
static void |
LogUtil.log(Log log,
Throwable throwable) |
static void |
LogUtil.log(Log log,
Throwable throwable,
String message) |
void |
LogWrapper.setLog(Log log) |
Constructor and Description |
---|
LogWrapper(Log log) |
SanitizerLogWrapper(Log log) |
Modifier and Type | Method and Description |
---|---|
protected abstract Log |
BaseFilter.getLog() |
Modifier and Type | Method and Description |
---|---|
protected abstract Log |
BaseJSPDynamicInclude.getLog() |