![]() |
Carousel
|
The NullLogger class is a stub for the carousel logging engine. More...
#include <NullLogger.h>
Inherits LoggerFacade.
Public Member Functions | |
| NullLogger () | |
| void | d (const QString &message) |
| void | e (const QString &message) |
| void | f (const QString &message) |
| LoggerFacade * | getLogger (const QString &name) |
| void | i (const QString &message) |
| void | t (const QString &message) |
| void | w (const QString &message) |
Public Member Functions inherited from LoggerFacade | |
| LoggerFacade (const QString &name) | |
| const QString & | name () const |
Additional Inherited Members | |
Static Public Member Functions inherited from LoggerFacade | |
| static LoggerFacade | createLogger (const QString &name) |
| static void | installLoggerEngine (LoggerFacade *loggerEngine) |
| static LoggerFacade * | loggerEngine () |
Protected Member Functions inherited from LoggerFacade | |
| LoggerFacade (LoggerFacade *engine) | |
The NullLogger class is a stub for the carousel logging engine.
You might return this object in the overridden function BootloaderBase::createLogger() if you don't need any logging and/or you lack resources.
| NullLogger::NullLogger | ( | ) |
Initializes a new instance of the LoggerFacade class using "NullLogger" logger name.
|
virtual |
Creates and returns a new instance of the TextLogger with specified name.
Reimplemented from LoggerFacade.
|
virtual |
Sends a debug log message to the output stream. Debug logs are stripped at runtime in release configuration.
Reimplemented from LoggerFacade.
|
virtual |
Sends an error log message to the output stream.
Reimplemented from LoggerFacade.
|
virtual |
Sends a fatal log message to the output stream.
Reimplemented from LoggerFacade.
|
virtual |
Sends an info log message to the output stream.
Reimplemented from LoggerFacade.
|
virtual |
Sends a trace log message to the output stream.
Reimplemented from LoggerFacade.
|
virtual |
Sends a warning log message to the output stream.
Reimplemented from LoggerFacade.
1.8.5