console.h File Reference
#include <cstddef>
Go to the source code of this file.
Define Documentation
#define INCLUDED_CONSOLE_H |
no console, only print to the file (useful whenever Sys_Printf and output IS the problem)
Definition at line 31 of file console.h.
standard print level - this is the default
Definition at line 28 of file console.h.
verbose support (on/off)
Definition at line 27 of file console.h.
Typedef Documentation
Function Documentation
TextOutputStream& getSysPrintErrorStream |
( |
|
) |
|
TextOutputStream& getSysPrintOutputStream |
( |
|
) |
|
TextOutputStream& getSysPrintWarningStream |
( |
|
) |
|
void Sys_LogFile |
( |
bool |
enable |
) |
|
std::size_t Sys_Print |
( |
int |
level, |
|
|
const char * |
buf, |
|
|
std::size_t |
length | |
|
) |
| | |
Variable Documentation