My Project
 
Loading...
Searching...
No Matches
GLog Class Reference

#include <glog.h>

Static Public Member Functions

static void i (const std::string text,...)
 
static void p (const std::string text,...)
 
static void n (const std::string text,...)
 
static void w (const std::string text,...)
 
static void h (const std::string text,...)
 

Static Public Attributes

static const std::string TAG = "GAME"
 
static const std::string POSITIVE = "++ "
 
static const std::string NEGATIVE = "-- "
 
static const std::string WARNING = "** "
 
static const std::string HIGHLIGHT = "@@ "
 
static Signal< std::string > update
 

Member Function Documentation

◆ h()

void GLog::h ( const std::string text,
... )
static
Here is the caller graph for this function:

◆ i()

void GLog::i ( const std::string text,
... )
static
Here is the caller graph for this function:

◆ n()

void GLog::n ( const std::string text,
... )
static
Here is the caller graph for this function:

◆ p()

void GLog::p ( const std::string text,
... )
static
Here is the caller graph for this function:

◆ w()

void GLog::w ( const std::string text,
... )
static
Here is the caller graph for this function:

Member Data Documentation

◆ HIGHLIGHT

const std::string GLog::HIGHLIGHT = "@@ "
static

◆ NEGATIVE

const std::string GLog::NEGATIVE = "-- "
static

◆ POSITIVE

const std::string GLog::POSITIVE = "++ "
static

◆ TAG

const std::string GLog::TAG = "GAME"
static

◆ update

Signal< std::string > GLog::update
static

◆ WARNING

const std::string GLog::WARNING = "** "
static

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