Documentation Index

Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt

Use this file to discover all available pages before exploring further.

Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Log (Fast)

Prev Next

Step Details

Introduced in Version4.0.0
Last Modified in Version5.0.0
LocationFlow Management > Error Handling

The Log (fast) step builds the log message in the Logging Report. Log Fast writes the Log Messages in a different thread. This ensures that it does not block the current process.



Properties

Inputs

PropertyDescriptionData Type
Insert Space BetweenInserts a space between log messagesBoolean
LevelDeclares the level of importance and severity of the error described in the log. ---

InfoThis information to the user on an occurrence is typically used outside of error tracking.---

DebugThis catches most exceptions that do not fall under the other categories.---

VerboseProvides more information to the user---

WarnThis tracks potential issues that do not impede the process from running. These are typically less critical issues.---

ErrorThis tracks when a process cannot complete properly.---

AllOutputs all information---

FatalThis environment-breaking level warning stops a process (or multiple processes) from running.---
Log 01-20Log message to addString
Log CategoryUsers may enter one of these pre-defined categories or create their own custom log categories.
---


Related Information

Article:
Logging Overview
Logging Settings
Reading Logs