How to use the @canopycanopycanopy/b-ber-logger.notify function in @canopycanopycanopy/b-ber-logger

To help you get started, we’ve selected a few @canopycanopycanopy/b-ber-logger examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github triplecanopy / b-ber / packages / b-ber-tasks / src / serialize.js View on Github external
const done = resp => {
  log.notify('done', { state })
  return resp
}
github triplecanopy / b-ber / packages / b-ber-tasks / src / serialize.js View on Github external
return acc.then(resp => {
    log.notify('start', curr)

    return fn(resp).then(resp2 => {
      log.notify('stop', curr)
      return resp2
    })
  })
}
github triplecanopy / b-ber / packages / b-ber-tasks / src / serialize.js View on Github external
return fn(resp).then(resp2 => {
      log.notify('stop', curr)
      return resp2
    })
  })

@canopycanopycanopy/b-ber-logger

`b-ber-logger` is b-ber's console logger.

GPL-3.0-or-later
Latest version published 3 months ago

Package Health Score

69 / 100
Full package analysis

Similar packages