|
CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
|
Callback interface for receiving log entries produced through LogSystem. More...
#include <Utils.h>
Public Member Functions | |
| LogReceiver () | |
| virtual bool | logEntry (LogEntry *entry)=0 |
| Handle one log record. | |
Callback interface for receiving log entries produced through LogSystem.
Implement logEntry() and register the object with LogSystem::SetLogReceiver() to redirect all logging (e.g. into the Psyclone system log space) instead of stdout/file output.
|
pure virtual |
Handle one log record.
| entry | Borrowed pointer, valid only for the duration of the call. |
Implemented in cmlabs::PsySpace.