ZNC  trunk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 Protected Attributes

static bool stdoutIsTTY
 
static bool debug
 

Member Function Documentation

static bool CDebug::Debug ( )
inlinestatic

References debug.

static void CDebug::SetDebug ( bool  b)
inlinestatic

References debug.

static void CDebug::SetStdoutIsTTY ( bool  b)
inlinestatic

References stdoutIsTTY.

static bool CDebug::StdoutIsTTY ( )
inlinestatic

References stdoutIsTTY.

Member Data Documentation

bool CDebug::debug
staticprotected

Referenced by Debug(), and SetDebug().

bool CDebug::stdoutIsTTY
staticprotected

Referenced by SetStdoutIsTTY(), and StdoutIsTTY().


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