TIBCO FTL®
Static Public Attributes | List of all members
TIBCO.FTL.LogStream Class Reference

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. More...

Static Public Attributes

static readonly string ENDPOINT_NAME = "_loggingEndpoint"
 Name of the special endpoint that carries FTL logging messages; string. More...
 
static readonly string FIELD_LOGMSG_COMPONENT = "component"
 Component. This field contains a string value. More...
 
static readonly string FIELD_LOGMSG_CONTEXT = "context"
 
static readonly string FIELD_LOGMSG_EXCEPTION = "exception"
 Exception. This field contains a string value. More...
 
static readonly string FIELD_LOGMSG_IS_ADVISORY = "is_advisory"
 Is Advisory. This field contains a bool value. More...
 
static readonly string FIELD_LOGMSG_LOG_LEVEL = "level"
 
static readonly string FIELD_LOGMSG_STATEMENT = "statement"
 Statement. This field contains a string value. More...
 
static readonly string FIELD_LOGMSG_TIMESTAMP = "timestamp"
 Timestamp. This field contains a long value. More...
 
static readonly string FIELD_LOGSTREAM_APP_INSTANCE = "app_instance"
 
static readonly string FIELD_LOGSTREAM_APPLICATION = "application"
 
static readonly string FIELD_LOGSTREAM_CLIENT_ID = "client_id"
 Client Id. This field contains a string value. More...
 
static readonly string FIELD_LOGSTREAM_CLIENT_LABEL = "client_label"
 Client Label. This field contains a string value. More...
 
static readonly string FIELD_LOGSTREAM_EFFECTIVE_USER = "effective_user"
 
static readonly string FIELD_LOGSTREAM_HOST = "host"
 
static readonly string FIELD_LOGSTREAM_IP = "ip"
 IP. This field contains a string value. More...
 
static readonly string FIELD_LOGSTREAM_LOGS = "logs"
 
static readonly string FIELD_LOGSTREAM_PID = "pid"
 
static readonly string FIELD_LOGSTREAM_REALM_UUID = "realm_uuid"
 Realm UUID. This field contains a string value. More...
 
static readonly string FIELD_LOGSTREAM_RECORD_TYPE_LABEL = "record_type_label"
 Record Type Label. This field contains a string value. More...
 
static readonly string FIELD_LOGSTREAM_TIMESTAMP = "timestamp"
 Timestamp. This field contains a long value. More...
 
static readonly string FIELD_LOGSTREAM_VERSION = "version"
 

Detailed Description

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.

This class defines constants related to logging data messages, their field names, and their field values.

For more information, see the book TIBCO FTL Development.

Member Data Documentation

readonly string TIBCO.FTL.LogStream.ENDPOINT_NAME = "_loggingEndpoint"
static

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 logging data messages from the realm server.

It is illegal to create a publisher on this endpoint.

readonly string TIBCO.FTL.LogStream.FIELD_LOGMSG_COMPONENT = "component"
static

Component. This field contains a string value.

See Also
FIELD_LOGSTREAM_LOGS
readonly string TIBCO.FTL.LogStream.FIELD_LOGMSG_CONTEXT = "context"
static

Context. This field contains a string value.

See Also
FIELD_LOGSTREAM_LOGS
readonly string TIBCO.FTL.LogStream.FIELD_LOGMSG_EXCEPTION = "exception"
static

Exception. This field contains a string value.

See Also
FIELD_LOGSTREAM_LOGS
readonly string TIBCO.FTL.LogStream.FIELD_LOGMSG_IS_ADVISORY = "is_advisory"
static

Is Advisory. This field contains a bool value.

See Also
FIELD_LOGSTREAM_LOGS
readonly string TIBCO.FTL.LogStream.FIELD_LOGMSG_LOG_LEVEL = "level"
static

Level. This field contains a string value.

See Also
FIELD_LOGSTREAM_LOGS
readonly string TIBCO.FTL.LogStream.FIELD_LOGMSG_STATEMENT = "statement"
static

Statement. This field contains a string value.

See Also
FIELD_LOGSTREAM_LOGS
readonly string TIBCO.FTL.LogStream.FIELD_LOGMSG_TIMESTAMP = "timestamp"
static

Timestamp. This field contains a long value.

See Also
FIELD_LOGSTREAM_LOGS
readonly string TIBCO.FTL.LogStream.FIELD_LOGSTREAM_APP_INSTANCE = "app_instance"
static

Application Instance. This field contains a string value.

readonly string TIBCO.FTL.LogStream.FIELD_LOGSTREAM_APPLICATION = "application"
static

Application. This field contains a string value.

readonly string TIBCO.FTL.LogStream.FIELD_LOGSTREAM_CLIENT_ID = "client_id"
static

Client Id. This field contains a string value.

readonly string TIBCO.FTL.LogStream.FIELD_LOGSTREAM_CLIENT_LABEL = "client_label"
static

Client Label. This field contains a string value.

readonly string TIBCO.FTL.LogStream.FIELD_LOGSTREAM_EFFECTIVE_USER = "effective_user"
static

Effective User. This field contains a string value.

readonly string TIBCO.FTL.LogStream.FIELD_LOGSTREAM_HOST = "host"
static

Host. This field contains a string value.

readonly string TIBCO.FTL.LogStream.FIELD_LOGSTREAM_IP = "ip"
static

IP. This field contains a string value.

readonly string TIBCO.FTL.LogStream.FIELD_LOGSTREAM_LOGS = "logs"
static

Logs. This field contains an array of LOGMSG values.

See Also
FIELD_LOGMSG_TIMESTAMP, FIELD_LOGMSG_LEVEL, FIELD_LOGMSG_COMPONENT, FIELD_LOGMSG_CONTEXT, FIELD_LOGMSG_STATEMENT, FIELD_LOGMSG_EXCEPTION, FIELD_LOGMSG_IS_ADVISORY
readonly string TIBCO.FTL.LogStream.FIELD_LOGSTREAM_PID = "pid"
static

PID. This field contains a long value.

readonly string TIBCO.FTL.LogStream.FIELD_LOGSTREAM_REALM_UUID = "realm_uuid"
static

Realm UUID. This field contains a string value.

readonly string TIBCO.FTL.LogStream.FIELD_LOGSTREAM_RECORD_TYPE_LABEL = "record_type_label"
static

Record Type Label. This field contains a string value.

readonly string TIBCO.FTL.LogStream.FIELD_LOGSTREAM_TIMESTAMP = "timestamp"
static

Timestamp. This field contains a long value.

readonly string TIBCO.FTL.LogStream.FIELD_LOGSTREAM_VERSION = "version"
static

Version. This field contains a string value.