Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Flow Folder | Summary of Elements in this 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. See the following example.
Illustration of a log message that contains a timestamp, a message ID, the function name field, and message field.
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 > View Server Logger Details > Edit Server Logger Details page in Integration Server Administrator, go to 0090 pub Flow Services under Integration Server and specify the level of messages that you want Integration Server to 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.