mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 10:29:02 +08:00
Merge branch 'master' of https://github.com/gabime/spdlog
This commit is contained in:
@@ -206,6 +206,11 @@ public:
|
||||
_enabled = false;
|
||||
}
|
||||
|
||||
bool is_enabled() const
|
||||
{
|
||||
return _enabled;
|
||||
}
|
||||
|
||||
|
||||
private:
|
||||
logger* _callback_logger;
|
||||
|
Reference in New Issue
Block a user