TPIE

v1.1rc1-6-g0c97303
logstream.h File Reference

logstream class used by definitions in tpie_log.h. More...

#include <tpie/config.h>
#include <tpie/loglevel.h>
#include <streambuf>
#include <ostream>

Go to the source code of this file.

Classes

struct  tpie::log_target
 
class  tpie::log_stream_buf
 
class  tpie::logstream
 A log is like a regular output stream, but it also supports messages at different priorities, see log_level. More...
 
class  tpie::logmanip< TP >
 The logmanip template is based on the omanip template from iomanip.h in the libg++ sources. More...
 

Namespaces

 tpie
 TPIE's namespace.
 

Functions

logstream & tpie::manip_level (logstream &tpl, log_level p)
 
logmanip< log_level > tpie::setlevel (log_level p)
 

Detailed Description

logstream class used by definitions in tpie_log.h.

Definition in file logstream.h.