string $template Log message template:
public function __construct(?string $template = self::CLF) { $this->template = $template ?: self::CLF; }