Commit 51f69dfc authored by nick's avatar nick

Expose line_logger enabled state to support custom operator<<'s

parent 319a62d7
...@@ -206,6 +206,11 @@ public: ...@@ -206,6 +206,11 @@ public:
_enabled = false; _enabled = false;
} }
bool is_enabled()
{
return _enabled;
}
private: private:
logger* _callback_logger; logger* _callback_logger;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment