Using loggers in an application

This topic describes how to use Java logging within an application.

About this task

To create an application using Java logging, perform the following steps:

Procedure

  1. Create the necessary handler, formatter, and filter classes if you need your own log files.
  2. If localized messages are used by the application, create a resource bundle, as described in Creating log resource bundles and message files.
  3. In the application code, get a reference to a logger instance, as described in Using a logger.
  4. Insert the appropriate message and trace logging statements in the application, as described in Using a logger.



In this information ...


IBM Redbooks, demos, education, and more

(Index)

Use IBM Suggests to retrieve related content from ibm.com and beyond, identified for your convenience.

This feature requires Internet access.

Task topic    

Terms of Use | Feedback

Last updated: Sep 20, 2010 10:03:57 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=vela&product=was-nd-zos&topic=ttrb_javalogapps
File name: ttrb_javalogapps.html