Home C-Bits Package Documentation Project Page

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

LogStream.h File Reference

#include <iostream>
#include <string>
#include <map>
#include <cbits/LogLevel.h>
#include <cbits/LogStreamExceptions.h>
#include <cbits/NullStream.h>
#include <pthread.h>

Include dependency graph for LogStream.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cbits

Functions

std::ostream & operator<< (cbits::LogStream &, cbits::LogLevel::Level)
 Stream insertion operator for logging streams. More...


Function Documentation

std::ostream& operator<< LogStream &    ls,
LogLevel::Level    lvl
 

Stream insertion operator for logging streams.

Stream insertion operator for LogLevel. This operator sets the log level of a stream based on the LogLevel value.

Arguments: ---------- os - the stream lvl - the LogLevel

Returns: ---------- Reference to the stream

Exceptions: ---------- none


Generated by
doxygen
Hosted by
SourceForge