This package has been deprecated

Author message:

please update to new errand worker components

errand-component-log

0.0.5 • Public • Published

errand-component-log

errand task that performs logging

errand-component-log is an errand component that is used to write to log files.

Usage:

Example of how to use errand-component-log in errand task list follows.

{
  "tasks":
    [
      {
        "description": "task to print hello world to console",
        "task": "errand-component-log",
        "parameters":
          {
            "message": "hello world"
          }
      }
    ]
}

Where:

  • description desribes task
  • task is the name of task
  • parameters.message contains data to be logged

Readme

Keywords

none

Package Sidebar

Install

npm i errand-component-log

Weekly Downloads

0

Version

0.0.5

License

none

Last publish

Collaborators

  • mattcam