ZNC  trunk
Static Public Member Functions | Static Protected Attributes | List of all members
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()

static bool CDebug::Debug ( )
inlinestatic

References debug.

◆ Filter()

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

◆ SetDebug()

static void CDebug::SetDebug ( bool  b)
inlinestatic

References debug.

◆ SetStdoutIsTTY()

static void CDebug::SetStdoutIsTTY ( bool  b)
inlinestatic

References stdoutIsTTY.

◆ StdoutIsTTY()

static 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: