18 #ifndef RTC_LOGSTREAMBASE_H 19 #define RTC_LOGSTREAMBASE_H 21 #include <coil/Properties.h> 22 #include <coil/Factory.h> 23 #include <coil/Logger.h> 101 #if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__) 102 EXTERN
template class DLL_PLUGIN coil::GlobalFactory<LogstreamBase>;
107 extern template class coil::Singleton<coil::GlobalFactory<RTC::LogstreamBase> >;
110 #endif // RTC_LOGSTREAMBASE_H
virtual StreambufType * getStreamBuffer()=0
virtual ~LogstreamBase(void)
デストラクタ
Definition: LogstreamBase.h:70
virtual bool init(const coil::Properties &prop)=0
設定初期化
coil::GlobalFactory< LogstreamBase > LogstreamFactory
Definition: LogstreamBase.h:99
coil::Properties Properties
Definition: RTC.h:83
Definition: LogstreamBase.h:56
std::basic_streambuf< char > StreambufType
Definition: LogstreamBase.h:55