apache common logging design philosophy

The Logging package is an ultra-thin bridge between different logging implementations.

Note that commons-logging does not attempt to initialise or terminate the underlying logging implementation that is used at runtime; that is the responsibility of the application.

你可能感兴趣的:(apache)