for internal use by FaceLogging macros More...
#include <daemon/face/face-log.hpp>
Public Member Functions | |
FaceLogHelper (const T &obj1) | |
Public Attributes | |
const T & | obj |
for internal use by FaceLogging macros
FaceLogHelper wraps a Face, LinkService, or Transport object.
std::ostream& operator<<(std::ostream& os, const FaceLogHelper<T>& flh) should be specialized to print "[id=888,local=scheme://local/uri,remote=scheme://remote/uri] " which appears as part of the log message.
Definition at line 43 of file face-log.hpp.
|
inlineexplicit |
Definition at line 47 of file face-log.hpp.
const T& nfd::face::FaceLogHelper< T >::obj |
Definition at line 53 of file face-log.hpp.