9 std::ios_base::openmode mode = std::ofstream::out;
12 mode |= std::ofstream::trunc;
15 _ofs.open(filename, mode);
28 _ofs << msg.formatted.c_str();
FileHandler(const std::string &name, const std::string &filename, bool truncate)
#define LUG_EXCEPT(type, desc)
void handle(const priv::Message &msg)