Application Integration (On-Premises) : Integration Server Built-In Services : Flow Folder : pub.flow:debugLog
pub.flow:debugLog
WmPublic. Writes a message to the server log.
Each log message contains a timestamp, a message ID, the function name field, and message field. The following is an example:
Input Parameters
message
String Optional. Text of the message to write to the log.
function
String Optional. Function name, typically an abbreviation used to identify the source of the message.
level
String Optional. Debug level at which to display this message.
Whether or not Integration Server displays this message depends on the logging level setting for the 0090 pub Flow services facility. For example, if you specify Error for this message, but 0090 pub Flow services facility is configured to display only Fatal errors, this message will not be displayed. However, if the 0090 pub Flow services logging facility logging level is set to Warn, this message will be displayed (the Warn setting displays warning, error, and fatal messages).
Specify one of the following values:
Specify...
To display the message with these types of messages...
Off
No messages.
Fatal
Fatal messages only. This is the default
Error
Error and fatal messages.
Warn
Warning, error, and fatal messages.
Info
Informational, warning, error, and fatal messages.
Debug
Debug, informational, warning, error, and fatal messages.
Trace
Trace, debug, informational, warning, error, and fatal messages.
Output Parameters
None.
Usage Notes
You can control the logging level for flow messages independent of log messages for other facilities. On the Settings > Logging > Edit screen in Integration Server Administrator, navigate to facility 0090 pub Flow Services and specify the level of messages that you want Integration Serverto display for services in the pub.flow folder.
Prior to Integration Server 7.1, Integration Server used a number-based system to set the level of debug information written to the server log. Integration Server maintains backward compatibility with this system.
Copyright © 2015- 2017 Software AG, Darmstadt, Germany. (Innovation Release)

Product LogoContact Support   |   Community   |   Feedback