From fdc41b143612455f56e27ef47f6cf467cb983992 Mon Sep 17 00:00:00 2001
From: Gary Gregory Simple wrapper API around multiple logging APIs. This package provides an API for logging in server-based applications that
can be used around a variety of different logging implementations, including
@@ -45,7 +45,7 @@ prebuilt support for the following: For those impatient to just get on with it, the following example
illustrates the typical declaration and use of a logger that is named (by
@@ -79,10 +79,10 @@ this page in order to understand how to configure logging for your
application. From an application perspective, the first requirement is to retrieve an
object reference to the The Logging Package APIs include a default Overview
+Overview
Quick Start Guide
+Quick Start Guide
Configuring the Commons Logging Package
+Configuring the Commons Logging Package
-Choosing a
+LogFactory ImplementationChoosing a
LogFactory ImplementationLogFactory instance that will be used
@@ -122,7 +122,7 @@ implementation, if it so desires. An instance of this class will then be
created, and cached per class loader.
-The Default
+LogFactory ImplementationThe Default
LogFactory ImplementationLogFactory
implementation class (
@@ -169,7 +169,7 @@ implementation uses the following rules:
The basic principle is that the user is totally responsible for the configuration of the underlying logging system. @@ -185,7 +185,7 @@ This file should be prepared in a manner that is specific to the actual logging technology being used.
-Use of the Logging Package APIs, from the perspective of an application component, consists of the following steps: