__construct() __construct(string $format = null, string $dateFormat = null) Parameters string $format The format of the message string $dateFormat The format of the timestamp: one supported by DateTime::format
format() format(array $record) : mixed Formats a log record. Parameters array $record A record to format Returns mixed — The formatted record
formatBatch() formatBatch(array $records) : mixed Formats a set of log records. Parameters array $records A set of records to format Returns mixed — The formatted set of records