Socket
Book a DemoInstallSign in
Socket

errand-component-log

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

errand-component-log

errand task for logging.

latest
Source
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

#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

FAQs

Package last updated on 25 Oct 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts