Configuration

Configuration keys for the Solar_Log_Adapter_Firephp class.

events

  • (string|array) The event types this instance should recognize; a comma-separated string of events, or a sequential array. Default is all events ('*').

  • Default: '*'

microtime

  • (bool) Use timestamps with decimal microseconds. Default false.

  • Default: false

format

  • (string) The line format for each saved event. Use '%t' for the timestamp, '%e' for the class name, '%e' for the event type, '%m' for the event description, and '%%' for a literal percent. Default is '%t %c %e %m'.

  • Default: '%t %c %e %m'

output

  • (string) Output mode. Set to 'html' for HTML, or 'text' for plain text. Default autodetects by SAPI version. Value is ignored by this adapter, since it encodes everything into JSON format.

  • Default: null

response

  • (dependency) A Solar_Http_Response dependency injection.

  • Default: 'response'



Local