|
Hymn to Beauty
C++ 3D Engine
|
This is the complete list of members for Log, including all inherited members.
| Channel enum name | Log | |
| CloseFile() | Log | static |
| DEFAULT enum value | Log | |
| ERR enum value | Log | |
| INFO enum value | Log | |
| Log(const Channel channel=DEFAULT) | Log | explicit |
| NUMBER_OF_CHANNELS enum value | Log | |
| 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() | Log | static |
| SetupCallback(std::function< void(const Channel channel, const std::string &message)> callback) | Log | static |
| SetupFile(const std::string &filename) | Log | static |
| WARNING enum value | Log | |
| ~Log() | Log |