Download List

專案描述

Simple Log is a small library that does logging very simply and requires you to do almost nothing (other than actually logging) to get log output to happen. It is much simpler to use than a logging framework, especially in terms of configuration. It doesn't attempt to solve every logging problem in one package, but contains enough features to be a viable alternative for most applications that need logging. This tool will handle the logging needs of most small- to large-sized projects, but with an almost non-existent learning curve.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-07-24 01:47
2.0.1

This release is primarily about the addition of log rolling (by time of day, file size, or custom strategy), the inclusion of a small but humorous user guide, the fixing of a raft of minor bugs, and the inclusion of a few other small features increasing flexibility.
標籤: Major feature enhancements

2005-08-12 10:57
1.7

Simple Log now comes with ready-to-deploy adapters
for commons-logging and SLF4J (formerly UGLI). You
can also now configure instance loggers
individually using their instance ID and configure
inner classes without having to remember to put
the "$" in the name.
標籤: Major feature enhancements

Project Resources