24 void close()
override;
26 void flush()
override;
29 std::string_view _section,
31 const struct tm* _time,
32 std::string_view _message,
33 std::string_view _file,
37 void setFileName(std::string_view _value);
39 const std::string& getFileName()
const;
42 std::ofstream mStream;
43 std::string mFileName;