# flogo_nmea2000_parser **Repository Path**: shipnet_masterclock/flogo_nmea2000_parser ## Basic Information - **Project Name**: flogo_nmea2000_parser - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-13 - **Last Updated**: 2021-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Log This activity allows you to write log messages. ## Installation ### Flogo CLI ```bash flogo install github.com/project-flogo/contrib/activity/log ``` ## Configuration ### Input: | Name | Type | Description |:--- | :--- | :--- | message | string | The message to log | addDetails | bool | Append contextual execution information to the log message ## Examples The below example logs a message 'test message': ```json { "id": "log_message", "name": "Log Message", "activity": { "ref": "github.com/project-flogo/contrib/activity/log", "input": { "message": "test message", "addDetails": "false" } } } ```