logDescription:
The log executor is used to log a text message to used for diagnostic purposes.
Parent: execute, then, else
Value (simple form): string specifying the text message to log
Value (key/value form):
log: string, required, specifying the text message to loglevel: string, optional, specifying the log level (default: info)
level must be one of: verbose, info, warning, error# simple form
- log: (string)
# simple example
- log: executed successfully
# key/value form
- log: (string, required)
level: (string, optional)
# key/value example
- log: the required app isn't in the foreground
level: warning
Status: ✅ IMPLEMENTED