Subversion Repositories tpanel

Rev

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

Rev 406 Rev 414
Line 103... Line 103...
103
        static bool isStreamValid(std::ostream& os);
103
        static bool isStreamValid(std::ostream& os);
104
 
104
 
105
        static void startTemporaryLogLevel(unsigned int l);
105
        static void startTemporaryLogLevel(unsigned int l);
106
        static void endTemporaryLogLevel();
106
        static void endTemporaryLogLevel();
107
        static void setLogFileEnabled(bool s) { mLogFileEnabled = s; }
107
        static void setLogFileEnabled(bool s) { mLogFileEnabled = s; }
-
 
108
        static bool isInitialized() { return (mInitialized && mStream != nullptr); }
108
 
109
 
109
    private:
110
    private:
110
        static unsigned int _getLevel(const std::string& slv);
111
        static unsigned int _getLevel(const std::string& slv);
111
        static void _init(bool reinit=false);
112
        static void _init(bool reinit=false);
112
 
113