Configuration

Configuration keys for the Solar_Log_Adapter_Multi 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

adapters

  • (array) An array of arrays, where each sub-array is a separate adapter configuration.

  • Default: array ( 0 => array ( 'adapter' => 'Solar_Log_Adapter_None', 'events' => '*', ), )



Local