Previous Page
_getTime()

Solar_Log_Adapter_Echo
_save()

Next Page
apiVersion()

_save()

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

Echos the log message.

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 (usually because it was not recognized), or a non-empty value if it was saved.

Description

Echos the log message.