Home | C-Bits Package Documentation | Project Page |
#include <exception>
#include <iostream>
#include <iomanip>
#include <fstream>
#include <sys/types.h>
#include <time.h>
#include <cbits/LogLevel.h>
#include <cbits/LogStream.h>
#include <cbits/LogStreamManip.h>
#include <cbits/LogStreamExceptions.h>
Include dependency graph for LogStream.cpp:
Functions | |
std::ostream & | operator<< (LogStream &ls, LogLevel::Level lvl) |
operator<<. More... | |
std::ostream & | operator<< (std::ostream &os, const DateTime &dt) |
operator<<(). More... |
|
operator<<(). Define the effect of an DateTime manipulator on a LogStream. |
|
operator<<. 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 |
|
|