OpenRTM-aist  1.2.1
Classes | Namespaces | Macros | Typedefs
Logger.h File Reference

log_streambuf and log_stream class More...

#include <limits.h>
#include <iostream>
#include <fstream>
#include <vector>
#include <string>
#include <coil/Mutex.h>
#include <coil/Guard.h>
Include dependency graph for Logger.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  coil::log_streambuf< _CharT, _Traits >
 log_streambuf template class More...
 
struct  coil::log_streambuf< _CharT, _Traits >::Stream
 Structure for stream management. More...
 
class  coil::log_stream< _CharT, _Traits >
 log_stream template class More...
 

Namespaces

 coil
 Common Object Interface Layer.
 

Macros

#define LINE_MAX   1024
 
#define BUFFER_LEN   LINE_MAX
 

Typedefs

typedef log_streambuf< char > coil::LogStreamBuffer
 
typedef log_stream< char > coil::LogStream
 

Detailed Description

log_streambuf and log_stream class

Date
$Date$
Author
Noriaki Ando n-and.nosp@m.o@ai.nosp@m.st.go.nosp@m..jp

Copyright (C) 2009 Noriaki Ando Task-intelligence Research Group, Intelligent Systems Research Institute, National Institute of Advanced Industrial Science and Technology (AIST), Japan All rights reserved.

$Id$

Macro Definition Documentation

#define BUFFER_LEN   LINE_MAX
#define LINE_MAX   1024