feat update
This commit is contained in:
parent
5274aca7fd
commit
501862b7f1
@ -9,8 +9,16 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "sled/system/location.h"
|
#include "sled/system/location.h"
|
||||||
#include <assert.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/format.h>
|
||||||
#include <fmt/ostream.h>// support fmt base ostream
|
#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 {
|
namespace sled {
|
||||||
enum class LogLevel {
|
enum class LogLevel {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user