3 #ifndef GRAIL_LOG_FORMATTERS_H
4 #define GRAIL_LOG_FORMATTERS_H
7 #include "LoggerManager.hh"
13 std::string DefaultLogFormat(
const std::string& loggerName,
15 const std::string& message,
16 const std::string& logFileLocation,
17 const std::size_t& logLineNumber);
19 std::string SeverityMessage(Severity severity);
23 #endif //GRAIL_LOG_FORMATTERS_H