15 #include "CeeCore/Base.h" 16 #include "CeeCore/Str.h" 17 #include "CeeCore/CodeLocation.h" 42 LogEvent(
const cvf::LogEvent& cvfLogEvent);
45 CEE_BASE_F(LogDestinationAdapter);
49 CEE_DISALLOW_COPY_AND_ASSIGN(
LogEvent);
Definition: LogEvent.h:19
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
Log destination that writes output to console.
Definition: LogDestinationConsole.h:26
Represents a source code location.
Definition: CodeLocation.h:23
Small class describing a logged event.
Definition: LogEvent.h:31