Home C-Bits Package Documentation Project Page

Main Page   Namespace List   Compound List   File List   Namespace Members   Compound Members   File Members  

C-Bits Documentation

Version 0.0.1

Package Overview: logstream

This package contains a small collection of classes that support filterable application logging using familiar std::ostream semantics.

The central class in this package is cbits::LogStream, which can be dynamically configured with a threshold logging level and used to write log records to a disk file or to decorate an existing output stream instance.

The package also includes various stream manipulators for setting the log level of particular log statements, inserting a datetime string into the stream, and other things.

See the class cbits::LogStream documentation for more details.


Generated by
doxygen
Hosted by
SourceForge