18 #ifndef RTC_LOGSTREAMBASE_H    19 #define RTC_LOGSTREAMBASE_H   101 #if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__)   110 #endif // RTC_LOGSTREAMBASE_H 
#define DLL_PLUGIN
Definition: Factory.h:40
 
virtual StreambufType * getStreamBuffer()=0
 
virtual ~LogstreamBase(void)
Destructor. 
Definition: LogstreamBase.h:70
 
GlobalFactory template class. 
Definition: Factory.h:583
 
virtual bool init(const coil::Properties &prop)=0
Initializing configuration. 
 
coil::GlobalFactory< LogstreamBase > LogstreamFactory
Definition: LogstreamBase.h:99
 
Definition: LogstreamBase.h:56
 
Singleton template class. 
Definition: Singleton.h:106
 
std::basic_streambuf< char > StreambufType
Definition: LogstreamBase.h:55
 
#define EXTERN
Definition: Factory.h:42
 
log_streambuf and log_stream class 
 
Class represents a set of properties. 
Definition: Properties.h:101
 
Property list class (derived from Java Properties)