#include <BALL/CONFIG/config.h>
#include <BALL/COMMON/global.h>
#include <BALL/COMMON/debug.h>
#include <strstream>
#include <iostream>
#include <list>
#include <vector>
#include <string>
#include <BALL/COMMON/logStream.iC>
Go to the source code of this file.
Classes | |
class | BALL::LogStreamBuf |
struct | BALL::LogStreamBuf::StreamStruct |
struct | BALL::LogStreamBuf::LoglineStruct |
class | BALL::LogStreamNotifier |
class | BALL::LogStream |
Namespaces | |
namespace | BALL |
Variables | |
Log streams | |
Logging, filtering, and storing messages. Many programs emit warning messages, error messages, or simply informations and remarks to their users. The LogStream class provides a convenient and straight-forward interface to classify these messages according to their importance (via the loglevel), filter and store them in files or write them to streams.
| |
BALL_EXPORT LogStream | BALL::Log |