#include <Libs/Core/ctkLogger.h>
|
| ctkLogger (QString name, QObject *parent=0) |
| Default mode is Off. More...
|
|
void | debug (const QString &s) |
|
void | error (const QString &s) |
|
void | fatal (const QString &s) |
|
void | info (const QString &s) |
|
void | trace (const QString &s) |
|
void | warn (const QString &s) |
|
virtual | ~ctkLogger () |
|
|
QScopedPointer< ctkLoggerPrivate > | d_ptr |
|
- Deprecated:
- This class was a wrapper around Log4Qt. Since Log4Qt dependency has been removed, it is advised to use qDebug(), qWarning() and qCritical() instead.
Definition at line 36 of file ctkLogger.h.
◆ Superclass
◆ ctkLogger()
ctkLogger::ctkLogger |
( |
QString |
name, |
|
|
QObject * |
parent = 0 |
|
) |
| |
|
explicit |
◆ ~ctkLogger()
virtual ctkLogger::~ctkLogger |
( |
| ) |
|
|
virtual |
◆ debug()
void ctkLogger::debug |
( |
const QString & |
s | ) |
|
◆ error()
void ctkLogger::error |
( |
const QString & |
s | ) |
|
◆ fatal()
void ctkLogger::fatal |
( |
const QString & |
s | ) |
|
◆ info()
void ctkLogger::info |
( |
const QString & |
s | ) |
|
◆ trace()
void ctkLogger::trace |
( |
const QString & |
s | ) |
|
◆ warn()
void ctkLogger::warn |
( |
const QString & |
s | ) |
|
◆ d_ptr
QScopedPointer<ctkLoggerPrivate> ctkLogger::d_ptr |
|
protected |
The documentation for this class was generated from the following file: