Show
Ignore:
Timestamp:
04/19/07 17:19:35 (1 year ago)
Author:
mikey
Message:

refactored net.stubbles.util.log.stubLoggerXJConfFactory, added unit test
fixed bug in net.stubbles.util.log.stubLogger: instance list still contained the id of an already destroyed logger instance
make sure that every logger instance created during a test case will be destroyed at the end of a test case

Files:

Legend:

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

    r146 r562  
    1515 * @subpackage  util_log 
    1616 */ 
    17 interface stubLogData 
     17interface stubLogData extends stubObject 
    1818{ 
    1919    /** 
     
    2121     */ 
    2222    const SEPERATOR = '|'; 
    23      
     23 
    2424    /** 
    2525     * adds data to the log object 
     
    3030     */ 
    3131    public function addData($data); 
    32      
     32 
    3333    /** 
    3434     * returns the whole log data as one line 
     
    3737     */ 
    3838    public function get(); 
    39      
     39 
    4040    /** 
    4141     * returns the level of the log data 
     
    4545     */ 
    4646    public function getLevel(); 
    47      
     47 
    4848    /** 
    4949     * returns the target where the log data should go to