Log Category
Last updated
Last updated
Log Category
is an output block that provides pre-defined logging categories for use with the Write Log Message block. The output is of type text and is compatible with Value Parameters of type text or of type any.
The Log Category block consists of a Dropdown configuration setting with the following pre-defined logging categories:
INFO: Used for log messages that are for informational purposes.
ERROR: Used for log messages that indicate the occurrence of an error in your app.
WARNING: Used for log messages that indicate an invalid state or some other type of unexpected input was encountered.
The example below shows the Log Category block being used with the Write Log Message block. The INFO category is selected in this case.