| Home | C-Bits Package Documentation | Project Page |
#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... | |
|
||||||||||||
|
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 |
|
|