Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
logger.h File Reference
#include <iostream>
#include <memory>
#include <fstream>
Include dependency graph for logger.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  p2p::Logger
 

Namespaces

namespace  p2p
 

Macros

#define LOG_TAG()   (std::string(__func__ + ":" + __LINE__ + " "))
 

Macro Definition Documentation

◆ LOG_TAG

#define LOG_TAG ( )    (std::string(__func__ + ":" + __LINE__ + " "))