15 #include "CeeCore/LogDestination.h"
32 virtual void log(
const LogEvent& logEvent);
33 virtual Str targetName()
const;
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppAssert.cpp:18
A general unicode based string class.
Definition: Str.h:28
Log destination that writes output to console.
Definition: LogDestinationConsole.h:26
Small class describing a logged event.
Definition: LogEvent.h:31
Base class for log destinations.
Definition: LogDestination.h:35