Add a ref function to do what people abuse flush to do.

This commit is contained in:
JoelKatz
2012-06-01 15:21:12 -07:00
parent 346ab49d7a
commit 3751aea08b

View File

@@ -39,6 +39,11 @@ public:
return oss << t;
}
std::ostringstream& ref(void) const
{
return oss;
}
static void setMinSeverity(LogSeverity);
};