Skip navigation links

Package com.ibm.openpages.api.logging

Provides an interface for the OpenPages logging system.

See: Description

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");

 }
 

Skip navigation links

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.