22 std::unordered_map<std::string, std::pair<std::shared_ptr<std::mutex>,
23 std::ofstream> > > log_streams;
25 Terminal(
bool batch,
bool formatted, std::string version,
30 static void init(
bool batch,
bool formatted, std::string version,
35 std::string log_type);
36 void print(std::string message,
bool sub,
bool error,
37 bool same_line =
false);
38 void print(std::string message,
bool sub,
bool error,