From 9d18830ee2a6b7bca3ceb8aad9c0f0753774f153 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Fri, 19 Mar 2010 09:32:58 +0000 Subject: Better QXmppLogger::LoggingType enums and obsoleted the older ones --- source/QXmppLogger.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'source/QXmppLogger.h') diff --git a/source/QXmppLogger.h b/source/QXmppLogger.h index 0629e1fe..1526e657 100644 --- a/source/QXmppLogger.h +++ b/source/QXmppLogger.h @@ -34,10 +34,14 @@ class QXmppLogger : public QObject public: enum LoggingType { - NONE = 0, ///< Log messages are discarded - FILE, ///< Log messages are written to a file - STDOUT, ///< Log messages are written to the standard output - SIGNAL, ///< Log messages are emitted as a signal + NONE = 0, ///< DEPRECATED Log messages are discarded + FILE, ///< DEPRECATED Log messages are written to a file + STDOUT, ///< DEPRECATED Log messages are written to the standard output + + NoLogging = 0, ///< Log messages are discarded + FileLogging, ///< Log messages are written to a file + StdoutLogging, ///< Log messages are written to the standard output + SignalLogging ///< Log messages are emitted as a signal }; enum MessageType -- cgit v1.2.3