Log::factory() (Previous) (Next) Log::attach()

Last updated: Sun, 16 May 2004

Log::singleton()

Log::singleton() -- 

ïÐÉÓÁÎÉÅ

Returns a reference to a concrete Log instance of log_type, only creating a new instance if no Log instance with the same parameters currently exists.

You should use this if there are multiple places you might create a logger, you don't want to create multiple loggers, and you don't want to check for the existance of one each time. The singleton pattern does all the checking work for you.

Замечание: You MUST call this method with the $var = &Log::singleton()syntax. Without the ampersand (&) in front of the method name, you will not get a reference; you will get a copy.

÷ÏÚ×ÒÁÝÁÅÍÏÅ ÚÎÁÞÅÎÉÅ

object - the newly created concrete Log instance, or an FALSE on an error.

úÁÍÅÔËÁ

üÔÁ ÆÕÎËÃÉÑ ÍÏÖÅÔ ÂÙÔØ ×ÙÚ×ÁÎÁ ÓÔÁÔÉÞÅÓËÉ.

Log::factory() (Previous) (Next) Log::attach()

Download Documentation Last updated: Sun, 16 May 2004
Hosting
HIVE: All information for read only. Please respect copyright!
Hosted by hive ÊÃÁ: Êèåâñêàÿ ãîðîäñêàÿ áèáëèîòåêà