1. Home
  2. ...
  3. EIPs
  4. Log
Learn how to use EIPs

The Log EIP records messages for monitoring and debugging.

Parameters

Parameter
Description
Default value
Type
MessageDisplays the text of the message that will be logged.String
LoggingLevelDisplays the severity level of the log:
• Trace
• Debug
• Info
• Warn
• Error
• Off
INFOLoggingLevel
LoggingNameLog nameString
MarkerAllows 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
NOTE

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

Example

  • In the snippet below, the log has an ID and a description.
  • The message parameter logs the message Entered block 1 at the INFO level.
  • In addition to the severity level, the snippet contains a marker (marker) to assist in its categorization.

How happy are you with this page?

We use cookies to enhance your experience on our site. By continuing to browse, you agree to our use of cookies.Learn more