Output nugget hooks. More...
#include <api.h>

Data Fields | |
| struct Queue * | queue |
| reserved for in api use. | |
| const char * | pattern |
| uint32_t | messageType |
| Type of message requested. | |
| bool(* | handleAlertPrimary )(struct MessageAlertPrimary *log) |
| FP to handle primary alerts. | |
| bool(* | handleAlertChild )(struct MessageAlertChild *log) |
| FP to handle child alerts. | |
| bool(* | handleEvent )(struct MessageOutputEvent *log) |
| FP to handle events. | |
| bool(* | handleLog )(struct MessageOutputLog *log) |
| FP to handle log messages. | |
Output nugget hooks.
1.6.3