Skip to content
Snippets Groups Projects
Commit cae51a05 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[stuff.common.logging] added method to obtain an empty stream

parent c6551785
No related branches found
No related tags found
No related merge requests found
......@@ -207,6 +207,10 @@ public:
{
return getStream(LOG_DEBUG);
}
LogStream& devnull()
{
return emptyLogStream_;
}
LogStream& matlab()
{
if (matlabLogStreamPtr)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment