Log::notifyAll()

Log::notifyAll() --  Notify all observers.

Synopsis

Log::notifyAll (array messageOb)

Description

Sends any Log_Observer objects listening to this Log the message that was just logged.

Note

This function can not be called statically.