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:


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

 }
 

Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.