| Simple implementation of Log that sends all enabled log messages,
for all defined loggers, to System.err.
Hacked from commons-logging SimpleLog for use in discovery.
This is intended to be enough of a Log implementation to bootstrap
Discovery.
One property: org.apache.commons.discovery.log.level .
valid values: all, trace, debug, info, warn, error, fatal, off.
author: Richard A. Sitze author: Scott Sanders author: Rod Waldhoff author: Robert Burrell Donkin version: $Id: DiscoveryLogFactory.java 480374 2006-11-29 03:33:25Z niallp $ |