FARGOS/VISTA Object Management Environment Core
..
|
Abstract interface to receive log message for transmission to HTTP-attached clients. More...
#include <HTTPembeddedServer.hpp>
Public Member Functions | |
HTTPnotificationReceiverInterface () | |
~HTTPnotificationReceiverInterface () | |
virtual void | receiveNotice (const unsigned char *bfr, uint32_t bfrLen, const char *eventType="log")=0 |
Abstract interface to deliver formatted message. More... | |
Abstract interface to receive log message for transmission to HTTP-attached clients.
NOTE: when inheriting, this should be specified as a virtual base class to avoid any ambiguity when merging several derived classes via multiple inheritence.
|
inline |
|
inline |
|
pure virtual |
Abstract interface to deliver formatted message.
bfr | points to the start of the message content |
bfrLen | indicates the length of the message |
eventType | is normally "log" |
Implemented in HTTPstatusLog.
![]() | Generated: Tue Jul 28 2020 16:03:27
Support Information |