Package com.ibm.openpages.api.logging

Provides an interface for the OpenPages logging system.

See: Description

  • Interface Summary 
    Interface Description
    ILoggerFactory
    Factory for logger.
  • Class Summary 
    Class Description
    LoggerFactory
    Factory for LoggerFactory.

Package com.ibm.openpages.api.logging Description

Provides an interface for the OpenPages logging system.

Sample code to use logger:

 
 //Get logger
  Log logger = LoggerFactory.getLoggerFactory().getLogger();
  //Log message
  logger.debug("Log message");
 
 
 

Licensed Materials - Property of IBM
© Copyright IBM Corp. 2013, 2018. All Rights Reserved.
US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.