Log::attach()

Log::attach() --  Attach new observer to existing list.

Synopsis

Log::attach (object logObserver)

Description

Adds a Log_Observer instance to the list of observers that are to be notified when a message is logged.

Note

This function can not be called statically.