#include <limits.h>
#include <iostream>
#include <fstream>
#include <vector>
#include <string>
#include <coil/Mutex.h>
#include <coil/Guard.h>
Go to the source code of this file.
Classes | |
class | coil::log_stream< _CharT, _Traits > |
log_stream template class More... | |
class | coil::log_streambuf< _CharT, _Traits > |
log_streambuf template class More... | |
struct | coil::log_streambuf< _CharT, _Traits >::Stream |
Structure for stream management. More... | |
Namespaces | |
namespace | coil |
Common Object Interface Layer. | |
Defines | |
#define | BUFFER_LEN LINE_MAX |
#define | LINE_MAX 1024 |
Typedefs | |
typedef log_stream< char > | coil::LogStream |
typedef log_streambuf< char > | coil::LogStreamBuffer |
#define BUFFER_LEN LINE_MAX |
Definition at line 36 of file coil/common/Logger.h.
#define LINE_MAX 1024 |
Definition at line 33 of file coil/common/Logger.h.