15 #include "CeeCore/RefCountedObject.h" 16 #include "CeeCore/Str.h" 38 virtual Str targetName()
const = 0;
39 virtual void log(
const LogEvent& logEvent) = 0;
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
A general unicode based string class.
Definition: Str.h:28
Base class for all reference counted objects with built-in support for intrusive reference counting...
Definition: RefCountedObject.h:34
Small class describing a logged event.
Definition: LogEvent.h:31
Base class for log destinations.
Definition: LogDestination.h:35