bux API Reference 1.9.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.h File Reference
#include <chrono>
#include <iosfwd>
Include dependency graph for LogStream.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  bux
 THE common namespace of bux library.
 

Macros

#define LOGTITLE(log, tz)
 

Functions

std::ostream & bux::timestamp (std::ostream &out, const std::chrono::time_zone *tz)
 
std::ostream & bux::logTrace (std::ostream &out, const std::chrono::time_zone *tz)
 

Macro Definition Documentation

◆ LOGTITLE

#define LOGTITLE ( log,
tz )
Value:
(bux::timestamp(log,tz) <<" " __FILE__ "#" <<__LINE__ <<": ")
std::ostream & timestamp(std::ostream &out, const std::chrono::time_zone *tz)
Definition LogStream.cpp:32
Examples
test/smoke_timestamp.cpp.

Definition at line 16 of file LogStream.h.