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/stubFileLogAppender.php

    r1230 r1281  
    1111 * A log appenders that writes log data to files. 
    1212 *  
    13  * This log appender writes the log data into a logfile using the error_log()  
    14  * function of PHP. The logfile name will be [target]-[Y-m-d].log where target  
     13 * This log appender writes the log data into a logfile using the error_log() 
     14 * function of PHP. The logfile name will be [target]-[Y-m-d].log where target 
    1515 * is the return value of stubLogData::getTarget(). 
    1616 * 
     
    7979     * set the logpath 
    8080     *  
    81      * The log director may have placeholders: {Y} will be replaced with the  
     81     * The log director may have placeholders: {Y} will be replaced with the 
    8282     * current year, {M} will be replaced with the current month, e.g. 
    8383     * /path/to/logs/{Y}/{M} would become /path/to/logs/2007/01. 
     
    133133     * append the log data to the log target 
    134134     *  
    135      * The basename of the logfile will be [target]-[Y-m-d].log where target  
     135     * The basename of the logfile will be [target]-[Y-m-d].log where target 
    136136     * is the return value of stubLogData::getTarget(). 
    137137     *