modify something

This commit is contained in:
CupWater
2026-08-17 21:01:29 +08:00
parent 3274bf9393
commit 4fc7ef37c2
12 changed files with 133 additions and 47 deletions
+4 -4
View File
@@ -14,10 +14,10 @@
#include <featherlog/flog_definitions.h>
#include <featherlog/push_result.hpp>
namespace flog {
class FLOG_API LogManager : public std::enable_shared_from_this<LogManager> {
friend class LoggerCallback;
namespace flog
{
class FLOG_API LogManager : public std::enable_shared_from_this<LogManager>
{
public:
LogManager(const LogManager &) = delete;
LogManager &operator=(const LogManager &) = delete;