This file defines constants related to LogStream data messages, their field names, and their field values.
More...
This file defines constants related to LogStream data messages, their field names, and their field values.
LogStream data messages carry logging and advisory data about FTL programs. Programs can receive the stream of logging data messages by subscribing to the logging endpoint.
- See also
- For more information, see the book TIBCO FTL Centralized Logging .
#define TIB_LOGGING_ENDPOINT_NAME "_loggingEndpoint" |
Name of the special endpoint that carries FTL logging messages; string.
To receive FTL logging messages, create a subscriber on this endpoint.
Subscribers on this endpoint receive the stream of LogStream data messages from the FTL server.
It is illegal to create a publisher on this endpoint.