Scene Fusion 2 API Reference
KS::Log Member List

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

Debug(const std::string &message, const std::string &channel="Root")KS::Logstatic
Error(const std::string &message, const std::string &channel="Root")KS::Logstatic
Fatal(const std::string &message, const std::string &channel="Root")KS::Logstatic
GetLevelString(LogLevel logLevel)KS::Logstatic
GetTimeString()KS::Logstatic
Info(const std::string &message, const std::string &channel="Root")KS::Logstatic
Instance()KS::Logstatic
RegisterCallback(const std::string &channel, LogHandler handler, uint8_t levels, bool allowBubbling)KS::Log
SetInstance(std::shared_ptr< Log > logPtr)KS::Logstatic
UnregisterCallback(const std::string &channel, LogHandler handler)KS::Log
Warning(const std::string &message, const std::string &channel="Root")KS::Logstatic
Write(const std::string &message, const std::string &channel, LogLevel level)KS::Log