The java class com.liferay.portal.kernel.log.LogFactoryUtil is a utility class that provides methods to obtain instances of Log classes. It is part of the Liferay Portal, an open-source enterprise portal framework. The LogFactoryUtil class is used for logging purposes in Liferay projects. It provides a centralized way to create and manage log instances, allowing developers to log messages at different levels of severity (such as INFO, WARN, or ERROR) throughout their applications. This class simplifies the logging configuration and encapsulates the underlying logging framework, making it easy to switch between different logging implementations (such as Log4j or Java Util Logging) without modifying the application code.
Java LogFactoryUtil - 30 examples found. These are the top rated real world Java examples of com.liferay.portal.kernel.log.LogFactoryUtil extracted from open source projects. You can rate examples to help us improve the quality of examples.