#include <logbuffer.h>
Public Member Functions | |
logbuffer (std::streambuf *sbuf, logstream *logstream) | |
virtual int | overflow (int c=EOF) |
This is where the logstream's current prefix is added to every new line written to the std::ostream that has this logbuffer. |
|
This is where the logstream's current prefix is added to every new line written to the std::ostream that has this logbuffer. Idea taken from J.Samson, DESY. |