Commit 1bd10957 authored by Gabi Melman's avatar Gabi Melman

Merge pull request #106 from nickolasrossi/dev

Expose line_logger enabled state for custom types in stream operators
parents 319a62d7 ba1de0ab
......@@ -206,6 +206,11 @@ public:
_enabled = false;
}
bool is_enabled() const
{
return _enabled;
}
private:
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