Modifier and Type | Method and Description |
---|---|
static void |
SystemCheckerUtil.runSystemCheckers(Log log) |
Modifier and Type | Method and Description |
---|---|
static <T> T[] |
JSONUtil.toArray(JSONArray jsonArray,
com.liferay.petra.function.UnsafeFunction<JSONObject,T,Exception> unsafeFunction,
Log log,
Class<?> clazz) |
static <T> JSONArray |
JSONUtil.toJSONArray(List<T> list,
com.liferay.petra.function.UnsafeFunction<T,Object,Exception> unsafeFunction,
Log log) |
static <T> JSONArray |
JSONUtil.toJSONArray(Set<T> set,
com.liferay.petra.function.UnsafeFunction<T,Object,Exception> unsafeFunction,
Log log) |
static <T> JSONArray |
JSONUtil.toJSONArray(T[] array,
com.liferay.petra.function.UnsafeFunction<T,Object,Exception> unsafeFunction,
Log log) |
static <T> List<T> |
JSONUtil.toList(JSONArray jsonArray,
com.liferay.petra.function.UnsafeFunction<JSONObject,T,Exception> unsafeFunction,
Log log) |
Modifier and Type | Class and Description |
---|---|
class |
Jdk14LogImpl |
class |
LogWrapper |
class |
SanitizerLogWrapper |
Modifier and Type | Method and Description |
---|---|
static Log |
SanitizerLogWrapper.allowCRLF(Log log) |
Log |
Jdk14LogFactoryImpl.getLog(Class<?> c) |
static Log |
LogFactoryUtil.getLog(Class<?> c) |
Log |
LogFactory.getLog(Class<?> c) |
Log |
Jdk14LogFactoryImpl.getLog(String name) |
static Log |
LogFactoryUtil.getLog(String name) |
Log |
LogFactory.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() |