#include <propertyconfigurator.h>
Public Member Functions | |
PropertyConfigurator () | |
bool | doConfigure (const Properties &rProperties, LoggerRepository *pLoggerRepository=0) |
bool | doConfigure (const QString &rConfigFileName, LoggerRepository *pLoggerRepository=0) |
bool | doConfigure (const QSettings &rSettings, LoggerRepository *pLoggerRepository=0) |
Static Public Member Functions | |
static bool | configure (const Properties &rProperties) |
static bool | configure (const QString &rConfigFilename) |
static bool | configure (const QSettings &rSettings) |
static bool | configureAndWatch (const QString &rConfigFilename) |
Related Functions | |
(Note that these are not member functions.) | |
QDebug | operator<< (QDebug debug, const PropertyConfigurator &rPropertyConfigurator) |
Log4Qt::PropertyConfigurator::PropertyConfigurator | ( | ) | [inline] |
bool Log4Qt::PropertyConfigurator::doConfigure | ( | const Properties & | rProperties, | |
LoggerRepository * | pLoggerRepository = 0 | |||
) |
bool Log4Qt::PropertyConfigurator::doConfigure | ( | const QString & | rConfigFileName, | |
LoggerRepository * | pLoggerRepository = 0 | |||
) |
bool Log4Qt::PropertyConfigurator::doConfigure | ( | const QSettings & | rSettings, | |
LoggerRepository * | pLoggerRepository = 0 | |||
) |
Reads the configuration data from the QSettings object rSettings.
static bool Log4Qt::PropertyConfigurator::configure | ( | const Properties & | rProperties | ) | [static] |
static bool Log4Qt::PropertyConfigurator::configure | ( | const QString & | rConfigFilename | ) | [static] |
static bool Log4Qt::PropertyConfigurator::configure | ( | const QSettings & | rSettings | ) | [static] |
Reads the configuration data from the QSettings object rSettings.
static bool Log4Qt::PropertyConfigurator::configureAndWatch | ( | const QString & | rConfigFilename | ) | [static] |
QDebug operator<< | ( | QDebug | debug, | |
const PropertyConfigurator & | rPropertyConfigurator | |||
) | [related] |
Writes all object member variables to the given debug stream debug and returns the stream.
PropertyConfigurator()