feat update
All checks were successful
linux-x64-gcc / linux-gcc (Debug) (push) Successful in 1m26s
linux-x64-gcc / linux-gcc (Release) (push) Successful in 55s

This commit is contained in:
tqcq 2024-03-23 13:34:15 +08:00
parent 5274aca7fd
commit 501862b7f1

View File

@ -9,8 +9,16 @@
#pragma once
#include "sled/system/location.h"
#include <assert.h>
#include <fmt/chrono.h>
#include <fmt/color.h>
#include <fmt/compile.h>
#include <fmt/core.h>
#include <fmt/format.h>
#include <fmt/ostream.h>// support fmt base ostream
#include <fmt/printf.h>
#include <fmt/ranges.h>
#include <fmt/std.h>
#include <fmt/xchar.h>
namespace sled {
enum class LogLevel {