0.0.5 • Published 10 years ago

errand-component-log v0.0.5

Weekly downloads
3
License
-
Repository
github
Last release
10 years ago

#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
0.0.5

10 years ago

0.0.3

10 years ago

0.0.1

10 years ago