__construct() __construct(array $options = null) Constructor. Parameters array $options Configuration options: 'format' - (string) The log template. Throws \InvalidArgumentException
format() format(array $event) : string Formats an event to be written by the handler. Parameters array $event Log event. Returns string — Formatted line.