|
bux API Reference 1.12.3
Static library of whatever are seen required in general purpose but not directly supported from Modern C++. Or whatever reusable originated from my side projects.
|
#include "LogStream.h"#include <format>#include <ostream>#include <cinttypes>#include <cstring>#include <thread>
Go to the source code of this file.
Namespaces | |
| namespace | bux |
THE common namespace of bux library. | |
Macros | |
| #define | STD_FORMAT_CHRONO_ |
| #define | TID_ std::this_thread::get_id() |
Functions | |
| std::ostream & | bux::timestamp (std::ostream &out, T_LocalZone tz) |
| std::ostream & | bux::logTrace (std::ostream &out, T_LocalZone tz) |
| #define STD_FORMAT_CHRONO_ |
Definition at line 8 of file LogStream.cpp.
| #define TID_ std::this_thread::get_id() |
Definition at line 31 of file LogStream.cpp.
Referenced by bux::logTrace().