OpenRTM-aist 2.1.0
|
標準エラー出力のストリーミングラッパークラス [詳解]
#include <LogstreamFile.h>
公開メンバ関数 | |
StderrStream () | |
コンストラクタ | |
~StderrStream () override | |
デストラクタ | |
![]() | |
FileStreamBase ()=default | |
コンストラクタ | |
~FileStreamBase () override=default | |
デストラクタ | |
void | header (int level, const std::string &name, const std::string &date, bool es_enable=false) |
ログメッセージのヘッダーの設定 | |
void | flush () override |
標準出力のバッファのフラッシュ | |
void | enableEscapeSequence () |
エスケープシーケンスを有効にする | |
void | disableEscapeSequence () |
エスケープシーケンスを無効にする | |
void | write (int level, const std::string &name, const std::string &date, const std::string &mes) override |
ログの出力 | |
その他の継承メンバ | |
![]() | |
std::basic_ostream< char > * | m_stream |
bool | m_esEnable |
標準エラー出力のストリーミングラッパークラス
RTC::StderrStream::StderrStream | ( | ) |
コンストラクタ
コンストラクタ
|
override |
デストラクタ
デストラクタ。