|
TrueReality
v0.1.1912
|
Public Member Functions | |
| LogImpl (const std::string &name) | |
Public Attributes | |
| unsigned int | mOutputStreamBit |
| the current output stream option More... | |
| std::string | mName |
| LogLevel | mLevel |
| Log::LogWriterContainer | mWriters |
|
inlineexplicit |
| LogLevel trUtil::Logging::LogImpl::mLevel |
Definition at line 63 of file Log.cpp.
Referenced by trUtil::Logging::Log::GetLogLevel(), trUtil::Logging::Log::IsLevelEnabled(), and trUtil::Logging::Log::SetLogLevel().
| std::string trUtil::Logging::LogImpl::mName |
Definition at line 62 of file Log.cpp.
Referenced by trUtil::Logging::Log::GetName(), and trUtil::Logging::Log::LogMessage().
| unsigned int trUtil::Logging::LogImpl::mOutputStreamBit |
the current output stream option
Definition at line 61 of file Log.cpp.
Referenced by trUtil::Logging::Log::GetOutputStreamBit(), trUtil::Logging::Log::LogHorizRule(), trUtil::Logging::Log::LogMessage(), and trUtil::Logging::Log::SetOutputStreamBit().
| Log::LogWriterContainer trUtil::Logging::LogImpl::mWriters |
Definition at line 64 of file Log.cpp.
Referenced by trUtil::Logging::Log::AddWriter(), trUtil::Logging::Log::GetWriters(), trUtil::Logging::Log::LogMessage(), and trUtil::Logging::Log::RemoveWriter().