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

code nazi :)

Files:

Legend:

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

    r1245 r1281  
    5454     *  
    5555     * How the target is interpreted depends on the log appender which 
    56      * takes the log data. A file log appender might use this as the basename  
    57      * of a file, while a database log appender might use this as the name  
    58      * of the table to write the log data into. Therefore it is advisable to  
    59      * only use ascii characters, numbers and underscores to be sure that the  
     56     * takes the log data. A file log appender might use this as the basename 
     57     * of a file, while a database log appender might use this as the name 
     58     * of the table to write the log data into. Therefore it is advisable to 
     59     * only use ascii characters, numbers and underscores to be sure that the 
    6060     * log appender will not mess up the log data. 
    6161     *