Line 83... |
Line 83... |
83 |
static void setLogLevel(const std::string& slv);
|
83 |
static void setLogLevel(const std::string& slv);
|
84 |
static void setLogLevel(unsigned int ll) { mLogLevel = ll; }
|
84 |
static void setLogLevel(unsigned int ll) { mLogLevel = ll; }
|
85 |
static unsigned int getLogLevel() { return mLogLevel; }
|
85 |
static unsigned int getLogLevel() { return mLogLevel; }
|
86 |
// static void logMsg(std::ostream& str);
|
86 |
// static void logMsg(std::ostream& str);
|
87 |
static bool checkFilter(terrtype_t err);
|
87 |
static bool checkFilter(terrtype_t err);
|
88 |
static bool checkFilter(int lv);
|
88 |
static bool checkFilter(unsigned int lv);
|
89 |
friend std::ostream& indent(std::ostream& os);
|
89 |
friend std::ostream& indent(std::ostream& os);
|
90 |
static void incIndent() { mIndent++; }
|
90 |
static void incIndent() { mIndent++; }
|
91 |
static void decIndent();
|
91 |
static void decIndent();
|
92 |
static int getIndent() { return mIndent; }
|
92 |
static int getIndent() { return mIndent; }
|
93 |
static std::ostream *getStream();
|
93 |
static std::ostream *getStream();
|