Solar_Log_Adapter_Firephp::_save()

protected mixed Solar_Log_Adapter_Firephp::_save ( string $class , string $event , string $descr )

Sends the log message.

Parameters

  • (string) $class: The class name reporting the event.

  • (string) $event: The event type (LOG/INFO/WARN/ERROR).

  • (string) $descr: A description of the event.

Returns

  • (mixed) Boolean false if the event was not saved (usually because it was not recognized), or a non-empty value if it was saved.

Description

Sends the log message.



Local