Package com.liferay.portal.kernel.log

Examples of com.liferay.portal.kernel.log.Log.warn()


    }
    else if ((level == LogService.LOG_INFO) && log.isInfoEnabled()) {
      log.info(message, logEntry.getException());
    }
    else if ((level == LogService.LOG_WARNING) && log.isWarnEnabled()) {
      log.warn(message, logEntry.getException());
    }
  }

  public void modifiedService(
    ServiceReference<LogReaderService> serviceReference,
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.