Log (Fast)
- 29 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Log (Fast)
- Updated on 29 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 5.0.0 |
Location | Flow 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
Property | Description | Data Type | |
---|---|---|---|
Insert Space Between | Inserts a space between log messages | Boolean | |
Level | Declares the level of importance and severity of the error described in the log. | --- | |
Info | This information to the user on an occurrence is typically used outside of error tracking. | --- | |
Debug | This catches most exceptions that do not fall under the other categories. | --- | |
Verbose | Provides more information to the user | --- | |
Warn | This tracks potential issues that do not impede the process from running. These are typically less critical issues. | --- | |
Error | This tracks when a process cannot complete properly. | --- | |
All | Outputs all information | --- | |
Fatal | This environment-breaking level warning stops a process (or multiple processes) from running. | --- | |
Log 01-20 | Log message to add | String | |
Log Category | Users may enter one of these pre-defined categories or create their own custom log categories. | --- |
Related Information
Was this article helpful?