Luiza  v03-01
Public Member Functions | List of all members
streamlog::logbuffer Class Reference

#include <logbuffer.h>

Inherits streambuf.

Public Member Functions

virtual int overflow (int c=EOF)
 

Detailed Description

Helper class that adds a prefix to every new line that is written to its std::ostream.

Author
F. Gaede, DESY
Version
Id
logbuffer.h,v 1.1.1.1 2007-07-12 17:14:48 gaede Exp

Member Function Documentation

virtual int streamlog::logbuffer::overflow ( int  c = EOF)
inlinevirtual

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.

References streamlog::logstream::prefix().


The documentation for this class was generated from the following file: