Log
Logs a message on the console.
Description
Outputs a message on the console.
Can be filtered by adding the parameter loglevel.Draw
in the environment (either from configuration file or from the url).
e.g: Adding ?loglevel.draw=warn in the url (don’t forget to change ‘?' to '&’ if you already have a param in the URL) will display only the warn & error messages but will skip the trace, debug, info & log messages.
The default displayed value is info
Inputs
- Control Flow (Control Flow)
- message (Object): The message to display.
- prefix (String): The prefix to help recognize what the logged message is about
- log level (LogLevel): The level displayed in the console. Can be filtered by adding the parameter loglevel.Draw in the environment
Outputs
- Control Flow (Control Flow)