From 6aa9386d491938c0297265c67a6b4578998b86b8 Mon Sep 17 00:00:00 2001
From: Robert Burrell Donkin
java.util.logging.Logger instance.
-Logger.Log ImplementationThe Logging Package APIs are configured based on the values of system properties, which are normally set on the command line that started your application. The following system properties are global to all @@ -49,8 +51,13 @@ following algorithm is applied:
throws away all logged output.Additionally, each individual Log implementation may +
The basic principle is that the user is totally responsible for the +configuration of the underlying logging system. +Commons-logging should not change the existing configuration.
+ +Each individual Log implementation may support its own configuration properties. These will be documented in the class descriptions for the corresponding implementation class.
@@ -72,11 +79,6 @@ component, consists of the following steps: references to multiple loggers that are used for different purposes. A typical scenario for a server application is to have each major component of the server use its own Log instance. -Log interface. Note that,
- in most cases, the underlying logging system configuration will have
- been preconfigured by the system administrator.debug(), info(),
warn(), error, and fatal()).