LLDB mainline
|
Log handler that emits log messages to the operating system log. More...
#include <Host.h>
Public Member Functions | |
SystemLogHandler () | |
void | Emit (llvm::StringRef message) override |
bool | isA (const void *ClassID) const override |
Public Member Functions inherited from lldb_private::LogHandler | |
virtual | ~LogHandler ()=default |
virtual void | Emit (llvm::StringRef message)=0 |
virtual bool | isA (const void *ClassID) const |
Static Public Member Functions | |
static bool | classof (const LogHandler *obj) |
Static Public Member Functions inherited from lldb_private::LogHandler | |
static bool | classof (const LogHandler *obj) |
Static Private Attributes | |
static char | ID |
Log handler that emits log messages to the operating system log.
SystemLogHandler::SystemLogHandler | ( | ) |
Definition at line 650 of file common/Host.cpp.
|
inlinestatic |
Definition at line 267 of file Host.h.
References ID, and lldb_private::LogHandler::isA().
|
overridevirtual |
Implements lldb_private::LogHandler.
Definition at line 652 of file common/Host.cpp.
References lldb::eSeverityInfo, and lldb_private::Host::SystemLog().
|
inlineoverridevirtual |
|
staticprivate |