debugging: Add Filter method to hide filter sensitive data

This commit is contained in:
Jos Ahrens
2017-10-02 13:38:29 +02:00
parent 448f020a7a
commit f006e31fed
4 changed files with 30 additions and 8 deletions
+2
View File
@@ -47,6 +47,8 @@ class CDebug {
static void SetDebug(bool b) { debug = b; }
static bool Debug() { return debug; }
static CString Filter(const CString& sUnfilteredLine);
protected:
static bool stdoutIsTTY;
static bool debug;