17#ifndef LOG4CXX_QT_CONFIGURATION_H
18#define LOG4CXX_QT_CONFIGURATION_H
25namespace LOG4CXX_NS::qt
41 (
const QVector<QString>& directories
42 ,
const QVector<QString>& filenames
Configuration support methods that use the Qt event loop to reload the configuration file when it is ...
Definition configuration.h:31
static std::tuple< spi::ConfigurationStatus, QString > configureFromFileAndWatch(const QVector< QString > &directories, const QVector< QString > &filenames)
Select the file to configure Log4cxx and watch the file for changes.
static void reconfigureWhenModified(const QString &fullPath)
Set up a QFileSystemWatcher that will reconfigure Log4cxx when fullPath is modified.
static void reconfigureWhenModified(const LogString &fullPath)
Set up a QFileSystemWatcher that will reconfigure Log4cxx when fullPath is modified.
std::basic_string< logchar > LogString
Definition logstring.h:60