SHA256
modify something
This commit is contained in:
@@ -7,10 +7,12 @@
|
||||
|
||||
#include <featherlog/flog_definitions.h>
|
||||
|
||||
namespace flog {
|
||||
class LoggerManager;
|
||||
namespace flog
|
||||
{
|
||||
class LogManager;
|
||||
|
||||
class FLOG_API Logger {
|
||||
class FLOG_API Logger final
|
||||
{
|
||||
friend class LogManager;
|
||||
|
||||
public:
|
||||
@@ -25,8 +27,8 @@ namespace flog {
|
||||
m_logManager(manager)
|
||||
{ }
|
||||
|
||||
std::string m_name;
|
||||
std::weak_ptr<LogManager> m_logManager;
|
||||
const std::string m_name;
|
||||
const std::weak_ptr<LogManager> m_logManager;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user