phpDocumentor Testlink
[ class tree: Testlink ] [ index: Testlink ] [ all elements ]

Class: tlFileLogger

Source Location: /logger.class.php

Class tlFileLogger

Property Summary
static mixed   $closedTransactionFormatString  
static mixed   $eventFormatString  
static mixed   $openTransactionFormatString  
mixed   $doLogging  
mixed   $logLevelFilter  

[ Top ]
Method Summary
static string   getAuditLogFileName()   get the file which should be used audit logging
static string   getLogFileName()   the logfilename is dynamic and depends of the user and its session
static void   resetLogFile()  
tlFileLogger   __construct()  
void   disableLogging()  
void   enableLogging()  
void   getEnableLoggingStatus()  
void   setLogLevelFilter()  
void   writeEntry()  
void   writeEvent()  
void   writeTransaction()  
void   _clean()  

[ Top ]
Properties
static mixed   $closedTransactionFormatString = "[%prefix][%transactionID][%name][%entryPoint][%startTime][%endTime][took %duration secs]\n" [line 792]
API Tags:
Access:  protected


[ Top ]
static mixed   $eventFormatString = "\t[%timestamp][%errorlevel][%sessionid][%source]\n\t\t%description\n" [line 790]
API Tags:
Access:  protected


[ Top ]
static mixed   $openTransactionFormatString = "[%prefix][%transactionID][%name][%entryPoint][%startTime]\n" [line 791]
API Tags:
Access:  protected


[ Top ]
mixed   $doLogging = true [line 795]
API Tags:
Access:  protected


[ Top ]
mixed   $logLevelFilter = null [line 793]
API Tags:
Access:  protected


[ Top ]
Methods
static method getAuditLogFileName  [line 908]

  static string getAuditLogFileName( )

get the file which should be used audit logging


API Tags:
Return:  returns the name of the logfile
Access:  public


[ Top ]
static method getLogFileName  [line 895]

  static string getLogFileName( )

the logfilename is dynamic and depends of the user and its session


API Tags:
Return:  returns the name of the logfile
Access:  public


[ Top ]
static method resetLogFile  [line 919]

  static void resetLogFile( )


API Tags:
Access:  public


[ Top ]
Constructor __construct  [line 798]

  tlFileLogger __construct( )


API Tags:
Access:  public


Redefinition of:
tlObject::__construct()

[ Top ]
disableLogging  [line 809]

  void disableLogging( )


API Tags:
Access:  public


[ Top ]
enableLogging  [line 814]

  void enableLogging( )


API Tags:
Access:  public


[ Top ]
getEnableLoggingStatus  [line 819]

  void getEnableLoggingStatus( )


API Tags:
Access:  public


[ Top ]
setLogLevelFilter  [line 884]

  void setLogLevelFilter( $filter  )

Parameters:
   $filter: 

API Tags:
Access:  public


[ Top ]
writeEntry  [line 874]

  void writeEntry( $fileName, $line  )

Parameters:
   $fileName: 
   $line: 

API Tags:
Access:  protected


[ Top ]
writeEvent  [line 850]

  void writeEvent( &$e  )

Parameters:
   &$e: 

API Tags:
Access:  public


[ Top ]
writeTransaction  [line 827]

  void writeTransaction( &$t  )

Parameters:
   &$t: 

API Tags:
Access:  public


[ Top ]
_clean  [line 804]

  void _clean( )


API Tags:
Access:  public


Redefinition of:
tlObject::_clean()

[ Top ]

Documentation generated on Fri, 03 Apr 2009 14:13:47 +0200 by phpDocumentor 1.4.1