The Log EIP records messages for monitoring and debugging.
Parameter | Description | Default value | Type |
|---|---|---|---|
| Message | Displays the text of the message that will be logged. | String | |
| LoggingLevel | Displays the severity level of the log: • Trace • Debug • Info • Warn • Error • Off | INFO | LoggingLevel |
| LoggingName | Log name | String | |
| Marker | Allows adding a "mark" or "tag" to messages through the SLF4J Marker (Simple Logging Façade for Java). This is useful for categorizing and filtering logs based on specific criteria. | String |
NOTESeverity levels of a log indicate the severity of events recorded in systems.
Each level serves to categorize the importance of messages and assist in debugging, monitoring, and system analysis. The INFO level is the most common level for general execution information.
message parameter logs the message Entered block 1 at the INFO level.We use cookies to enhance your experience on our site. By continuing to browse, you agree to our use of cookies.Learn more