Console class.
More...
#include <tdme/utilities/Console.h>
|
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...
|
|
Console class.
- Author
- Andreas Drewke @versio $Id$
Definition at line 25 of file Console.h.
◆ initLogWriterThread()
static void initLogWriterThread |
( |
| ) |
|
|
staticprivate |
Initialize log writer thread.
◆ print()
void print |
( |
const string & |
str | ) |
|
|
static |
Print given string.
- Parameters
-
Definition at line 69 of file Console.cpp.
◆ println() [1/2]
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
-
Definition at line 61 of file Console.cpp.
◆ shutdown()
Shutdown console logging and especially writing log to file.
Definition at line 86 of file Console.cpp.
◆ logWriterThread
◆ messages
vector< string > * messages = nullptr |
|
staticprivate |
◆ mutex
The documentation for this class was generated from the following files:
- /home/andreas/Development/drewke.net/tdme2/src/tdme/utilities/Console.h
- /home/andreas/Development/drewke.net/tdme2/src/tdme/utilities/Console.cpp