Log4Qt::Factory Member List
This is the complete list of members for
Log4Qt::Factory, including all inherited members.
| AppenderFactoryFunc typedef | Log4Qt::Factory | |
| createAppender(const QString &rAppenderClassName) | Log4Qt::Factory | [inline, static] |
| createAppender(const char *pAppenderClassName) | Log4Qt::Factory | [inline, static] |
| createFilter(const QString &rFilterClassName) | Log4Qt::Factory | [inline, static] |
| createFilter(const char *pFilterClassName) | Log4Qt::Factory | [inline, static] |
| createLayout(const QString &rLayoutClassName) | Log4Qt::Factory | [inline, static] |
| createLayout(const char *pLayoutClassName) | Log4Qt::Factory | [inline, static] |
| FilterFactoryFunc typedef | Log4Qt::Factory | |
| instance() | Log4Qt::Factory | [static] |
| LayoutFactoryFunc typedef | Log4Qt::Factory | |
| operator<<(QDebug debug, const Factory &rFactory) | Log4Qt::Factory | [related] |
| registerAppender(const QString &rAppenderClassName, AppenderFactoryFunc pAppenderFactoryFunc) | Log4Qt::Factory | [inline, static] |
| registerAppender(const char *pAppenderClassName, AppenderFactoryFunc pAppenderFactoryFunc) | Log4Qt::Factory | [inline, static] |
| registeredAppenders() | Log4Qt::Factory | [inline, static] |
| registeredFilters() | Log4Qt::Factory | [inline, static] |
| registeredLayouts() | Log4Qt::Factory | [inline, static] |
| registerFilter(const QString &rFilterClassName, FilterFactoryFunc pFilterFactoryFunc) | Log4Qt::Factory | [inline, static] |
| registerFilter(const char *pFilterClassName, FilterFactoryFunc pFilterFactoryFunc) | Log4Qt::Factory | [inline, static] |
| registerLayout(const QString &rLayoutClassName, LayoutFactoryFunc pLayoutFactoryFunc) | Log4Qt::Factory | [inline, static] |
| registerLayout(const char *pLayoutClassName, LayoutFactoryFunc pLayoutFactoryFunc) | Log4Qt::Factory | [inline, static] |
| setObjectProperty(QObject *pObject, const QString &rProperty, const QString &rValue) | Log4Qt::Factory | [inline, static] |
| setObjectProperty(QObject *pObject, const char *pProperty, const QString &rValue) | Log4Qt::Factory | [inline, static] |
| unregisterAppender(const QString &rAppenderClassName) | Log4Qt::Factory | [inline, static] |
| unregisterAppender(const char *pAppenderClassName) | Log4Qt::Factory | [inline, static] |
| unregisterFilter(const QString &rFilterClassName) | Log4Qt::Factory | [inline, static] |
| unregisterFilter(const char *pFilterClassName) | Log4Qt::Factory | [inline, static] |
| unregisterLayout(const QString &rLayoutClassName) | Log4Qt::Factory | [inline, static] |
| unregisterLayout(const char *pLayoutClassName) | Log4Qt::Factory | [inline, static] |