TIBCO FTL®
|
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.
#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.
#define TIB_LOGMSG_FIELD_COMPONENT "component" |
Component which generated this log message (string value).
#define TIB_LOGMSG_FIELD_CONTEXT "context" |
Context for this log message (string value).
#define TIB_LOGMSG_FIELD_EXCEPTION "exception" |
Exception associated with this log message (string value).
#define TIB_LOGMSG_FIELD_IS_ADVISORY "is_advisory" |
Indicates whether this log message is an advisory (boolean value).
#define TIB_LOGMSG_FIELD_LOG_LEVEL "level" |
Log level (string value).
#define TIB_LOGMSG_FIELD_STATEMENT "statement" |
Log statement (string value).
#define TIB_LOGMSG_FIELD_TIMESTAMP "timestamp" |
Time at which the log was generated (long value), expressed in milliseconds since the epoch.
#define TIB_LOGSTREAM_FIELD_APP_INSTANCE "app_instance" |
Application instance (string value).
#define TIB_LOGSTREAM_FIELD_APPLICATION "application" |
Application name (string value).
#define TIB_LOGSTREAM_FIELD_CLIENT_ID "client_id" |
Client ID (string value).
#define TIB_LOGSTREAM_FIELD_CLIENT_LABEL "client_label" |
Client label (string value).
#define TIB_LOGSTREAM_FIELD_CLIENT_STATUS "client_status" |
Client status (long value).
#define TIB_LOGSTREAM_FIELD_EFFECTIVE_USER "effective_user" |
Host effective user name (string value).
#define TIB_LOGSTREAM_FIELD_FTL_USER "ftl_user" |
FTL user name (string value).
#define TIB_LOGSTREAM_FIELD_HOST "host" |
Hostname on which client is running (string value).
#define TIB_LOGSTREAM_FIELD_IP "ip" |
IP address of client (string value).
#define TIB_LOGSTREAM_FIELD_LOGS "logs" |
Logs message array (array of messages). Each message contains a single log entry.
#define TIB_LOGSTREAM_FIELD_PID "pid" |
Process ID (long value).
#define TIB_LOGSTREAM_FIELD_REALM_SERVER_LABEL "realm_server_label" |
Realm service label (string value).
#define TIB_LOGSTREAM_FIELD_REALM_UUID "realm_uuid" |
Realm UUID (string value).
#define TIB_LOGSTREAM_FIELD_RECORD_TYPE_LABEL "record_type_label" |
Record type label (string value).
#define TIB_LOGSTREAM_FIELD_REPORTING_SERVER_ID "reporting_server_id" |
ID of server to which the client belongs (string value).
#define TIB_LOGSTREAM_FIELD_SERVER_ID "server_id" |
Server ID (string value).
#define TIB_LOGSTREAM_FIELD_SERVER_UPTIME "server_uptime" |
Server uptime in seconds (long value).
#define TIB_LOGSTREAM_FIELD_TIMESTAMP "timestamp" |
Time at which the log was generated (long value), expressed in milliseconds since the epoch.
#define TIB_LOGSTREAM_FIELD_VERSION "version" |
FTL version client is running (string value).