Dry
Dry::Log Member List

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

AddRef()Dry::RefCounted
Cast()Dry::Objectinline
Cast() constDry::Objectinline
Close()Dry::Log
context_Dry::Objectprotected
DRY_OBJECT(Log, Object) (defined in Dry::Log)Dry::Logprivate
GetBlockEvents() constDry::Objectinline
GetCategory() constDry::Object
GetContext() constDry::Objectinline
GetEventDataMap() constDry::Object
GetEventHandler() constDry::Object
GetEventSender() constDry::Object
GetGlobalVar(StringHash key) constDry::Object
GetGlobalVars() constDry::Object
GetLastMessage() constDry::Loginline
GetLevel() constDry::Loginline
GetSubsystem(StringHash type) constDry::Object
GetSubsystem() constDry::Object
GetTimeStamp() constDry::Loginline
GetType() const =0Dry::Objectpure virtual
GetTypeInfo() const =0Dry::Objectpure virtual
GetTypeInfoStatic()Dry::Objectinlinestatic
GetTypeName() const =0Dry::Objectpure virtual
HandleEndFrame(StringHash eventType, VariantMap &eventData)Dry::Logprivate
HasEventHandlers() constDry::Objectinline
HasSubscribedToEvent(StringHash eventType) constDry::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constDry::Object
inWrite_Dry::Logprivate
IsInstanceOf(StringHash type) constDry::Object
IsInstanceOf(const TypeInfo *typeInfo) constDry::Object
IsInstanceOf() constDry::Objectinline
IsQuiet() constDry::Loginline
lastMessage_Dry::Logprivate
level_Dry::Logprivate
Log(Context *context)Dry::Logexplicit
logFile_Dry::Logprivate
logMutex_Dry::Logprivate
Object(Context *context)Dry::Objectexplicit
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Dry::Objectvirtual
Open(const String &fileName)Dry::Log
operator=(const RefCounted &rhs)=deleteDry::RefCounted
quiet_Dry::Logprivate
RefCounted()Dry::RefCounted
RefCounted(const RefCounted &rhs)=deleteDry::RefCounted
RefCountPtr()Dry::RefCountedinline
Refs() constDry::RefCounted
ReleaseRef()Dry::RefCounted
SendEvent(StringHash eventType)Dry::Object
SendEvent(StringHash eventType, VariantMap &eventData)Dry::Object
SendEvent(StringHash eventType, Args... args)Dry::Objectinline
SetBlockEvents(bool block)Dry::Objectinline
SetGlobalVar(StringHash key, const Variant &value)Dry::Object
SetLevel(int level)Dry::Log
SetQuiet(bool quiet)Dry::Log
SetTimeStamp(bool enable)Dry::Log
SubscribeToEvent(StringHash eventType, EventHandler *handler)Dry::Object
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler)Dry::Object
SubscribeToEvent(StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr)Dry::Object
SubscribeToEvent(Object *sender, StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr)Dry::Object
threadMessages_Dry::Logprivate
timeStamp_Dry::Logprivate
UnsubscribeFromAllEvents()Dry::Object
UnsubscribeFromAllEventsExcept(const PODVector< StringHash > &exceptions, bool onlyUserData)Dry::Object
UnsubscribeFromEvent(StringHash eventType)Dry::Object
UnsubscribeFromEvent(Object *sender, StringHash eventType)Dry::Object
UnsubscribeFromEvents(Object *sender)Dry::Object
WeakRefs() constDry::RefCounted
Write(int level, const String &message)Dry::Logstatic
WriteRaw(const String &message, bool error=false)Dry::Logstatic
~Log() overrideDry::Log
~Object() overrideDry::Object
~RefCounted()Dry::RefCountedvirtual