bux API Reference 1.11.0
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.
Loading...
Searching...
No Matches
LogStream.cpp File Reference
#include "LogStream.h"
#include <ostream>
#include <cinttypes>
#include <cstring>
#include <thread>
Include dependency graph for LogStream.cpp:

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)
 

Macro Definition Documentation

◆ STD_FORMAT_CHRONO_

#define STD_FORMAT_CHRONO_

Definition at line 7 of file LogStream.cpp.

◆ TID_

#define TID_   std::this_thread::get_id()

Definition at line 30 of file LogStream.cpp.

Referenced by bux::logTrace().