Class to write on Stdout. More...
#include <logger.hpp>
 
  
| Public Slots | |
| void | writeLog (LoggerType type, QString message, QString location) | 
| Override function to write on Stdout. | |
| void | cleanLog () | 
| Override function to clean Stdout. | |
| Public Member Functions | |
| LogStdout () | |
| Constructor. | |
Class to write on Stdout.
Definition at line 338 of file logger.hpp.
| QExtend::LogStdout::LogStdout | ( | ) | 
Constructor.
| void QExtend::LogStdout::cleanLog | ( | ) |  [virtual, slot] | 
Override function to clean Stdout.
Implements QExtend::ILog.
| void QExtend::LogStdout::writeLog | ( | LoggerType | type, | |
| QString | message, | |||
| QString | location | |||
| ) |  [virtual, slot] | 
Override function to write on Stdout.
Implements QExtend::ILog.
© 2000-2025 - www.developpez.com