TDME2 1.9.121
Classes | Static Public Member Functions | Static Private Member Functions | Static Private Attributes | List of all members
Console Class Reference

Console class. More...

#include <tdme/utilities/Console.h>

Collaboration diagram for Console:
Collaboration graph

Classes

class  LogWriterThread
 

Static Public Member Functions

static void println (const string &str)
 Print given string and trailing newline to console. More...
 
static void print (const string &str)
 Print given string. More...
 
static void println ()
 Print new line to console. More...
 
static void shutdown ()
 Shutdown console logging and especially writing log to file. More...
 

Static Private Member Functions

static void initLogWriterThread ()
 Initialize log writer thread. More...
 

Static Private Attributes

static STATIC_DLL_IMPEXT Mutexmutex = nullptr
 
static STATIC_DLL_IMPEXT vector< string > * messages = nullptr
 
static STATIC_DLL_IMPEXT LogWriterThread logWriterThread
 

Detailed Description

Console class.

Author
Andreas Drewke @versio $Id$

Definition at line 25 of file Console.h.

Member Function Documentation

◆ initLogWriterThread()

static void initLogWriterThread ( )
staticprivate

Initialize log writer thread.

◆ print()

void print ( const string &  str)
static

Print given string.

Parameters
strstring

Definition at line 69 of file Console.cpp.

◆ println() [1/2]

void println ( )
static

Print new line to console.

Definition at line 78 of file Console.cpp.

◆ println() [2/2]

void println ( const string &  str)
static

Print given string and trailing newline to console.

Parameters
strstring

Definition at line 61 of file Console.cpp.

◆ shutdown()

void shutdown ( )
static

Shutdown console logging and especially writing log to file.

Definition at line 86 of file Console.cpp.

Member Data Documentation

◆ logWriterThread

Console::LogWriterThread logWriterThread
staticprivate

Definition at line 67 of file Console.h.

◆ messages

vector< string > * messages = nullptr
staticprivate

Definition at line 66 of file Console.h.

◆ mutex

Mutex * mutex = nullptr
staticprivate

Definition at line 65 of file Console.h.


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