SimpleGL  1.1.0
A framework for platform independent rendering
Static Public Member Functions | List of all members
sgl::Logger Class Reference

This class is used to log information and errors. More...

#include <logging.hpp>

Static Public Member Functions

static void logInfo (std::string message)
 Logs an information string to cout. More...
 
static void logError (std::string message)
 Logs an error string to cerr. More...
 

Detailed Description

This class is used to log information and errors.

Definition at line 22 of file logging.hpp.

Member Function Documentation

void sgl::Logger::logError ( std::string  message)
static

Logs an error string to cerr.

Parameters
messageThe message to log.

Definition at line 24 of file logging.cpp.

void sgl::Logger::logInfo ( std::string  message)
static

Logs an information string to cout.

Parameters
messageThe message to log.

Definition at line 20 of file logging.cpp.


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