28 G_ASSERT(
next !=
this ) ;
An interface for GNet classes that define a logging context string.
EventLogging(const EventLogging *)
Constructor. Sets the next() pointer.
virtual std::string_view eventLoggingString() const
Returns a string containing logging information for the object.
virtual ~EventLogging()
Destructor.
const EventLogging * next() const noexcept
Returns the link pointer.