#include <llerrorcontrol.h>
Public Member Functions | |
| virtual | ~Recorder () |
| virtual void | recordMessage (LLError::ELevel, const std::string &message)=0 |
| virtual bool | wantsTime () |
Definition at line 104 of file llerrorcontrol.h.
| LLError::Recorder::~Recorder | ( | ) | [virtual] |
Definition at line 727 of file llerror.cpp.
| virtual void LLError::Recorder::recordMessage | ( | LLError::ELevel | , | |
| const std::string & | message | |||
| ) | [pure virtual] |
| bool LLError::Recorder::wantsTime | ( | ) | [virtual] |
Definition at line 731 of file llerror.cpp.
Referenced by writeToRecorders().

1.5.5