Hymn to Beauty
C++ 3D Engine
Log Member List

This is the complete list of members for Log, including all inherited members.

Channel enum nameLog
CloseFile()Logstatic
DEFAULT enum valueLog
ERR enum valueLog
INFO enum valueLog
Log(const Channel channel=DEFAULT)Logexplicit
NUMBER_OF_CHANNELS enum valueLog
operator<<(const std::string &text)Log
operator<<(const int value)Log
operator<<(const unsigned int value)Log
operator<<(const unsigned long value)Log
operator<<(const unsigned long long value)Log
operator<<(const float value)Log
operator<<(const double value)Log
operator<<(const time_t value)Log
operator<<(const glm::vec2 &value)Log
operator<<(const glm::vec3 &value)Log
operator<<(const glm::vec4 &value)Log
ResetCallback()Logstatic
SetupCallback(std::function< void(const Channel channel, const std::string &message)> callback)Logstatic
SetupFile(const std::string &filename)Logstatic
WARNING enum valueLog
~Log()Log