The `com.liferay.portal.kernel.log.LogFactoryUtil.getLog` method in Java is used to obtain a logger instance for logging messages in the Liferay Portal platform. It is a utility method that returns a logger object, which can be used to log various types of messages such as debug, info, warn, error, etc. This method is part of the Liferay Portal kernel library and is commonly used in Liferay development projects for logging purposes.
Java LogFactoryUtil.getLog - 30 examples found. These are the top rated real world Java examples of com.liferay.portal.kernel.log.LogFactoryUtil.getLog extracted from open source projects. You can rate examples to help us improve the quality of examples.