ZNC trunk
Loading...
Searching...
No Matches
CDebug Class Reference

#include <ZNCDebug.h>

Static Public Member Functions

static void SetStdoutIsTTY (bool b)
static bool StdoutIsTTY ()
static void SetDebug (bool b)
static bool Debug ()
static CString Filter (const CString &sUnfilteredLine)

Static Protected Attributes

static bool stdoutIsTTY
static bool debug

Member Function Documentation

◆ Debug()

bool CDebug::Debug ( )
inlinestatic

References debug.

◆ Filter()

CString CDebug::Filter ( const CString & sUnfilteredLine)
static

◆ SetDebug()

void CDebug::SetDebug ( bool b)
inlinestatic

References debug.

◆ SetStdoutIsTTY()

void CDebug::SetStdoutIsTTY ( bool b)
inlinestatic

References stdoutIsTTY.

◆ StdoutIsTTY()

bool CDebug::StdoutIsTTY ( )
inlinestatic

References stdoutIsTTY.

Member Data Documentation

◆ debug

bool CDebug::debug
staticprotected

Referenced by Debug(), and SetDebug().

◆ stdoutIsTTY

bool CDebug::stdoutIsTTY
staticprotected

Referenced by SetStdoutIsTTY(), and StdoutIsTTY().


The documentation for this class was generated from the following file: