libHSPlasma
Public Types | Static Public Member Functions | List of all members
plDebug Class Reference

#include <plDebug.h>

Public Types

enum  DebugLevel {
  kDLNone, kDLError, kDLWarning, kDLDebug,
  kDLAll
}

Static Public Member Functions

static void Init (int level, hsStream *stream=NULL)
static void InitFile (int level, const char *filename="Plasma.log")
static void Error (const char *fmt,...)
static void Warning (const char *fmt,...)
static void Debug (const char *fmt,...)

Member Enumeration Documentation

Enumerator:
kDLNone 
kDLError 
kDLWarning 
kDLDebug 
kDLAll 

Member Function Documentation

static void plDebug::Debug ( const char *  fmt,
  ... 
)
static
static void plDebug::Error ( const char *  fmt,
  ... 
)
static
static void plDebug::Init ( int  level,
hsStream stream = NULL 
)
static
static void plDebug::InitFile ( int  level,
const char *  filename = "Plasma.log" 
)
static
static void plDebug::Warning ( const char *  fmt,
  ... 
)
static

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