bigace.classes.logger
[ class tree: bigace.classes.logger ] [ index: bigace.classes.logger ] [ all elements ]

Class: RuntimeLogger

Source Location: /classes/logger/RuntimeLogger.php

Class Overview

Logger
   |
   --RuntimeLogger

This BIGACE Logger saves all messages within an internal array. You may fetch these messages at the end of the call and use them for whatever you want (output in html, save to file...).


Variables

Methods


Inherited Constants

Inherited Variables

Inherited Methods

Class: Logger

Logger::finalize()
Clean up all resources that might be used by this Logger!
Logger::getDescriptionForMode()
Returns the Description for the given Mode.
Logger::isDebugEnabled()
Returns if Debugging is enabled
Logger::isModeEnabled()
Logger::log()
Log a message for a special mode, use this if you wanna use your own level/mode!
Logger::logDebug()
Messages of this Type are mostly used for development or error search!
Logger::logError()
Messages of this Type will always be logged!
Logger::logInfo()
Messages of this Type are used for information messages.
Logger::logScriptError()
Callback function for the PHP logging mechanism.
Logger::logSQL()
Log SQL Commands

Class Details

[line 34]
This BIGACE Logger saves all messages within an internal array. You may fetch these messages at the end of the call and use them for whatever you want (output in html, save to file...).

They are lost within the end of the call.




[ Top ]


Class Variables

$countMsg = array()

[line 38]


Type:   mixed


[ Top ]

$LOGMSG = array()

[line 37]


Type:   mixed


[ Top ]



Class Methods


method countLog [line 70]

void countLog( mixed $mode)



[ Top ]

method dumpMessages [line 58]

void dumpMessages( mixed $mode, [mixed $pre = ''], [mixed $showDesc = true])



[ Top ]

method finalize [line 75]

void finalize( )



Overrides Logger::finalize() (Clean up all resources that might be used by this Logger!)

[ Top ]

method log [line 52]

void log( mixed $mode, mixed $msg)



Overrides Logger::log() (Log a message for a special mode, use this if you wanna use your own level/mode!)

[ Top ]

method Logger [line 40]

void Logger( )



[ Top ]


Documentation generated on Tue, 11 Oct 2005 23:02:19 +0200 by phpDocumentor 1.3.0RC2