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