Uses of Interface
com.liferay.portal.kernel.log.Log
Packages that use Log
Package
Description
-
Uses of Log in com.liferay.portal.kernel.json
Methods in com.liferay.portal.kernel.json with parameters of type LogModifier and TypeMethodDescriptionstatic <T> T[]
JSONUtil.toArray
(JSONArray jsonArray, com.liferay.petra.function.UnsafeFunction<JSONObject, T, Exception> unsafeFunction, Log log, Class<?> clazz) static <T> JSONArray
JSONUtil.toJSONArray
(Collection<T> collection, 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) -
Uses of Log in com.liferay.portal.kernel.log
Classes in com.liferay.portal.kernel.log that implement LogMethods in com.liferay.portal.kernel.log that return LogMethods in com.liferay.portal.kernel.log with parameters of type LogModifier and TypeMethodDescriptionstatic Log
static void
LogUtil.debug
(Log log, Properties props) static void
static void
void
Constructors in com.liferay.portal.kernel.log with parameters of type Log -
Uses of Log in com.liferay.portal.kernel.servlet
Methods in com.liferay.portal.kernel.servlet that return Log -
Uses of Log in com.liferay.portal.kernel.servlet.taglib
Methods in com.liferay.portal.kernel.servlet.taglib that return Log