macaroni

log

Description:
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):

# 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