LIBEUNOMIA
|
デバッグ用ロガー [詳解]
#include <filesystem>
#include <iostream>
#include <fstream>
#include <ctime>
クラス | |
class | eunomia::debug::implement_::DebugLogger_ |
デバッグログ出力ストリーム [詳解] | |
class | eunomia::debug::implement_::DebugLogger_::Timestamp_ |
名前空間 | |
namespace | eunomia |
namespace | eunomia::debug |
namespace | eunomia::debug::implement_ |
関数 | |
implement_::DebugLogger_ & | eunomia::debug::out () |
implement_::DebugLogger_::Timestamp_ | eunomia::debug::timestamp () |
void | eunomia::debug::setLoggingFile (const std::filesystem::path &path) |
デバッグ用ロガー