#include <lllog.h>

Public Member Functions | |
| LLLog (LLApp *app) | |
| virtual | ~LLLog () |
| virtual void | log (const std::string message, LLSD &info) |
| virtual bool | useLegacyLogMessage (const std::string message) |
Private Attributes | |
| LLLogImpl * | mImpl |
Definition at line 43 of file lllog.h.
| void LLLog::log | ( | const std::string | message, | |
| LLSD & | info | |||
| ) | [virtual] |
Definition at line 103 of file lllog.cpp.
References LLLogImpl::log(), and mImpl.

| bool LLLog::useLegacyLogMessage | ( | const std::string | message | ) | [virtual] |
Definition at line 108 of file lllog.cpp.
References mImpl, and LLLogImpl::useLegacyLogMessage().

LLLogImpl* LLLog::mImpl [private] |
1.5.5