Changeset 1281 for trunk/src/main/php/net/stubbles/util/log/stubLogger.php
- Timestamp:
- 01/22/08 17:45:43 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/util/log/stubLogger.php
r1230 r1281 13 13 * Class for logging. 14 14 * 15 * The logger is the interface to log data into differant targets. The logger 16 * itself does not know where to write the log data - it just uses log appenders 15 * The logger is the interface to log data into differant targets. The logger 16 * itself does not know where to write the log data - it just uses log appenders 17 17 * which in turn do the real work. A logger is a collection of such appenders. 18 18 * Even if it looks like a singleton it is possible to have differant instances
