21#ifndef GNET_EVENT_LOGGING_H
22#define GNET_EVENT_LOGGING_H
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.