Solar_Log_Adapter_Multi::_save()

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

Attempts to save the log message to each log in the collection.

Parameters

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

  • (string) $event: The event type (for example 'info' or 'debug').

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

Returns

  • (mixed) Boolean false if the event was not saved at all (usually because it was not recognized), or an integer count of how many logs saved the message.

Description

Attempts to save the log message to each log in the collection.



Local