|
bool qLogSetConsole |
( |
Q_LOG * |
log, |
|
|
bool |
consoleout | |
|
) |
| | |
Set screen out
- Parameters:
-
| log | a pointer of Q_LOG |
| consoleout | if set it to true, logging messages will be printed out into stderr |
- Returns:
- true if successful, otherewise returns false
Definition at line 109 of file qLog.c.
|