lrlna / on-async-hook

async_hook trace emitter πŸ”

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

on-async-hook πŸ”

npm version build status downloads js-standard-style

async_hook trace emitter to help you with your tracing needs. Fair warning, async_hook api is only available in node 8, and is an under an experimental flag.

Usage

var onAsyncHook = require('on-async-hook')

onAsyncHook(function (data) {
  console.log(data)
})

API

stop = onAsyncHook([opts], cb(data))

Create an instance of onAsyncHook. Calls a callback with data you can add to your logger.

stop()

Disable onAsyncHook instance.

Install

npm install on-async-hook 

MIT

About

async_hook trace emitter πŸ”

License:MIT License


Languages

Language:JavaScript 100.0%