For internal use by FaceLogging macros. More...
#include <daemon/face/face-common.hpp>
Public Member Functions | |
FaceLogHelper (const T &obj1) noexcept | |
Public Attributes | |
const T & | obj |
For internal use by FaceLogging macros.
FaceLogHelper wraps a reference to 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 will appear as part of the log message.
Definition at line 107 of file face-common.hpp.
|
inlineexplicitnoexcept |
Definition at line 111 of file face-common.hpp.
const T& nfd::face::FaceLogHelper< T >::obj |
Definition at line 117 of file face-common.hpp.