Scriptindex.de

[ Menü ]

Home
News
Scripts
Neuzugänge
Suchen
Bücher
Manuals

[ Inhalt ]

Script eintragen
Tutorial eintragen
Newsletter
Umfragen
Link zu uns
Werbung bei uns
Kontakt
Impressum

[ Statistik ]

Hits gesamt: 5195336
Hits Heute: 677
max. Hits (10.07.07): 6964
User Online: 30
Scripts: 2828

[ Partner ]

CodeBase
I.S.U.M.
LUG Bayreuth
PEAR NEWS
PHP Classes

[ Facebook ]

[ Eigene Domain? ]

[ Buchtipp ]

HTML & Web-Publishing Handbuch. HTML, JavaScript, CSS, DHTML
HTML & Web-Publishing Handbuch. HTML, JavaScript, CSS, DHTML

Manuals > PEAR > Logging

Chapter 28. Logging

Table of Contents
Log

Provides Packages for logging purposes

Log

Table of Contents
Logging container --  Log supports different types of data containers.
Examples --  How to use Log.
Initialization -- Creating a Log object
Log -- Logging abstraction class
Log::factory() --  Return a concrete Log instance of log_type.
Log::singleton() -- 
Log::attach() --  Attach new observer to existing list.
Log::detach() --  Detach observer from existing list.
Log::notifyAll() --  Notify all observers.
Log_Observer -- Log observer class
Log_Observer::factory --  Return a concrete Log_Observer instance of observer_type.

Implements both an abstraction for various logging mechanisms and the Subject end of a Subject-Observer pattern.


Copyright 1998 - 2009 by I.S.U.M.