LIBEUNOMIA
|
デバッグログ出力ストリーム [詳解]
#include <debuglogger.h>
クラス | |
class | Timestamp_ |
公開メンバ関数 | |
template<typename T > | |
DebugLogger_ & | operator<< (const T &x) |
template<typename T > | |
DebugLogger_ & | operator<< (const T *x) |
DebugLogger_ & | operator<< (std::ostream &(*mnp)(std::ostream &)) |
DebugLogger_ & | operator<< (const Timestamp_ &ts) |
静的公開メンバ関数 | |
static DebugLogger_ & | out () |
static void | set (const std::filesystem::path &path) |
デバッグログ出力ストリーム
デバッグ用のログを出力するためのファイル出力ストリームを管理し、 ログを出力するための插入子<<を提供する。
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |