EHS
|
This is the complete list of members for ehs::Log, including all inherited members.
EnableImmediateMode(bool enable) | ehs::Log | static |
GetCode() const | ehs::Log | |
GetLastLog() | ehs::Log | static |
GetMsg() const | ehs::Log | |
GetTags() const | ehs::Log | |
GetType() const | ehs::Log | |
HasTag(const Str_8 &tag) const | ehs::Log | |
HasTags(const std::initializer_list< Str_8 > &tags) const | ehs::Log | |
HasTags(const Array< Str_8 > &tags) const | ehs::Log | |
IsValid() const | ehs::Log | |
Log() | ehs::Log | |
Log(LogType type, const std::initializer_list< Str_8 > &tags, UInt_64 code, Str_8 msg) | ehs::Log | |
Log(LogType type, Array< Str_8 > tags, UInt_64 code, Str_8 msg) | ehs::Log | |
Log(Log &&log) noexcept | ehs::Log | |
Log(const Log &log) | ehs::Log | |
OnExit() | ehs::Log | static |
operator=(Log &&log) noexcept | ehs::Log | |
operator=(const Log &log) | ehs::Log | |
Raise(Log log) | ehs::Log | static |
SetOutputCallback(LogOutputCb newCb) | ehs::Log | static |
SetRaisedCallback(LogRaisedCb newCb) | ehs::Log | static |
ToStr() const | ehs::Log |