Horde_Log_Logger::serialize PHP Method

serialize() public method

Serialize.
public serialize ( ) : string
return string Serialized representation of this object.
    public function serialize()
    {
        return serialize(array(self::VERSION, $this->_filters, $this->_handlers));
    }