Show
Ignore:
Timestamp:
01/22/08 17:45:43 (7 months ago)
Author:
mikey
Message:

code nazi :)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/util/log/stubLogger.php

    r1230 r1281  
    1313 * Class for logging. 
    1414 *  
    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 
    1717 * which in turn do the real work. A logger is a collection of such appenders. 
    1818 * Even if it looks like a singleton it is possible to have differant instances