SHA256
modify something
This commit is contained in:
@@ -6,13 +6,17 @@
|
||||
#include <string_view>
|
||||
|
||||
#include <featherlog/log_level.hpp>
|
||||
#include <featherlog/log_message_flag.hpp>
|
||||
|
||||
namespace flog {
|
||||
struct LogMessage {
|
||||
namespace flog
|
||||
{
|
||||
struct LogMessage
|
||||
{
|
||||
std::chrono::system_clock::time_point timestamp;
|
||||
LogLevel level;
|
||||
std::string_view logger_name;
|
||||
std::string text;
|
||||
LogLevel level;
|
||||
MessageFlag flag;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user