commore
1.0.6-SNAPSHOT
|
Public Member Functions | |
SysLogHookImpl (const AChar *syslog_id, int facility) | |
void | notify_activated (bool activate) |
void | message (const LogMessage &message) |
![]() | |
bool | unhook () |
bool | hook () |
LogHook () | |
~LogHook () | |
bool | is_activated () |
![]() | |
RefObject () | |
virtual | ~RefObject () |
virtual void | attach () |
virtual void | release () |
virtual void | nested_attach () |
virtual void | nested_release () |
virtual void | interface_release () |
virtual void | Run () |
virtual CriticalSection * | get_cs () |
Additional Inherited Members | |
![]() | |
static AutoRefBase | auto_create () |
static AutoRefBase | auto_create (const AChar *s) |
static AutoRefBase | create () |
static AutoRefBase | create (const AChar *s) |
static AutoRefBase | bind () |
static AutoRefBase | bind (const AChar *s) |
static const AChar * | factory_name () |
|
inline |
|
inlinevirtual |
Log message collector. Call for each colected message.
Reimplemented from commore::LogHook.
|
inlinevirtual |
Notify implementation that activation state have changed
Reimplemented from commore::LogHook.