15 #include "CeeCore/Base.h"
16 #include "CeeCore/Str.h"
40 LogEvent(
const cvf::LogEvent& cvfLogEvent);
43 CEE_BASE_F(LogDestinationAdapter);
47 CEE_DISALLOW_COPY_AND_ASSIGN(
LogEvent);
Definition: LogEvent.h:18
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppLogging.cpp:20
Log destination that writes output to text file.
Definition: LogDestinationFile.h:27
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:30