Subversion Repositories tpanel

Rev

Rev 239 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 239 Rev 242
Line 70... Line 70...
70
        bool getLoggingError(void);
70
        bool getLoggingError(void);
71
        bool getLoggingTrace(void);
71
        bool getLoggingTrace(void);
72
        bool getLoggingDebug(void);
72
        bool getLoggingDebug(void);
73
        bool getLoggingProfile(void);
73
        bool getLoggingProfile(void);
74
        bool getLoggingLogFormat(void);
74
        bool getLoggingLogFormat(void);
-
 
75
        bool getLoggingLogfileEnabled(void);
-
 
76
        QString getLoggingLogfile(void);
75
 
77
 
76
        // Some static methods
78
        // Some static methods
77
        static QString getLibraryPath(void);
79
        static QString getLibraryPath(void);
-
 
80
        static QString getDocumentPath(void);
78
 
81
 
79
    private:        /// methods
82
    private:        /// methods
80
 
83
 
81
};
84
};
82
 
85