Class: RuntimeLogger
Source Location: /CORE/system/classes/logger/RuntimeLogger.php
Class RuntimeLogger
Class Overview
|
This 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.
Located in /CORE/system/classes/logger/RuntimeLogger.php [line 40]
Logger
|
--RuntimeLogger
Author(s):
Information Tags:
| Version: | $Id: RuntimeLogger.php,v 1.6 2006/11/26 22:03:57 kpapst Exp $ |
| Copyright: | Copyright (C) 2002-2006 Kevin Papst |
| License: | GNU Public License |
|
Methods
|
Inherited Properties, Constants, and Methods
Methods
void dumpMessages(
$mode, [
$pre = '<!-- '], [
$past = ' -->'], [
$showDesc = true]
)
|
|
Parameters:
|
|
$mode: |
|
|
|
$pre: |
|
|
|
$past: |
|
|
|
$showDesc: |
|
Redefinition of:
- Logger::finalize()
- Clean up all resources that might be used by this Logger!
Parameters:
Redefinition of:
- Logger::log()
- Log a message for a special mode, use this if you wanna use your own level/mode!
Redefinition of:
- Logger::Logger()
- Create a new Logger instance with the given Log Level.
|
|