DELIMITER

The DELIMITER configuration setting enables you to select one of five symbols to delimit fields in Essbase application logs.

Syntax

DELIMITER [~ | ^ | * | : | & ]

Description

DELIMITER specifies which of five symbols that Essbase will use to delimit fields in logs. DELIMITER is ignored unless DELIMITEDMSG TRUE is also present in the configuration. If DELIMITEDMSG is TRUE but the delimiter is unspecified, the default delimiter is ~.

Example

DELIMITEDMSG TRUE
DELIMITER * 

Essbase produces logs that use the asterisk (*) symbol as a delimiter between fields in a log.

See Also

DELIMITEDMSG