TrueReality  v0.1.1912
trUtil::Logging::LogWriterConsole Class Reference

Specialized LogWriter used to display Log messages in the console window. More...

#include <LogWriterConsole.h>

Inheritance diagram for trUtil::Logging::LogWriterConsole:
Collaboration diagram for trUtil::Logging::LogWriterConsole:

Public Member Functions

 LogWriterConsole ()
 Default constructor. More...
 
virtual void LogMessage (const LogData &logData)
 Logs a message. More...
 

Protected Member Functions

virtual ~LogWriterConsole ()
 Destructor. More...
 
- Protected Member Functions inherited from trUtil::Logging::LogWriter
virtual ~LogWriter ()
 Destructor. More...
 

Detailed Description

Specialized LogWriter used to display Log messages in the console window.

See also
Log::AddObserver()

Definition at line 47 of file LogWriterConsole.h.

Constructor & Destructor Documentation

◆ LogWriterConsole()

trUtil::Logging::LogWriterConsole::LogWriterConsole ( )

Default constructor.

Definition at line 35 of file LogWriterConsole.cpp.

◆ ~LogWriterConsole()

trUtil::Logging::LogWriterConsole::~LogWriterConsole ( )
protectedvirtual

Destructor.

Definition at line 40 of file LogWriterConsole.cpp.

Member Function Documentation

◆ LogMessage()


The documentation for this class was generated from the following files: