# README
Log
This activity allows you to write log messages.
Installation
Flogo CLI
flogo install qingcloud-flow/plugin/activity/log
Configuration
Input:
Name | Type | Description |
---|---|---|
head | map | The message to log |
body | bytes | body |
Examples
The below example logs a message 'test message':
{
"id": "log_message",
"name": "Log Message",
"activity": {
"ref": "qingcloud-flow/plugin/activity/log",
"input": {
"head": "test message",
"body": "false"
}
}
}
# Functions
New optional factory method, should be used if one activity instance per configuration is desired.