DiscoveryLogFactory.java | Class | 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. |
SimpleLog.java | Class | 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. |