mirror of
https://github.com/znc/znc.git
synced 2026-08-09 10:23:14 +02:00
debugging: Add Filter method to hide filter sensitive data
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user