Solar_Log_Adapter_Firephp::_buildJson()

protected string/json Solar_Log_Adapter_Firephp::_buildJson ( string $class , string $event , string $descr )

Builds json string

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

  • (string/json)

Description

Builds json string



Local