Previous Page
_getTime()

Solar_Log_Adapter
_save()

Next Page
apiVersion()

_save()

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

Support method to save (write) an event and message to the log.

Parameters

  • (string) $class: The class name saving the message.
  • (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 (usually because it was not recognized), or a non-empty value if it was saved.

Description

Support method to save (write) an event and message to the log.