UNPKG

bunyamin

Version:

Bunyan-based logger for Node.js supporting Trace Event format

14 lines (10 loc) 359 B
import realm from './realm'; export * from './noopLogger'; export * from './traceEventStream'; export * from './uniteTraceEvents'; export * from './wrapLogger'; export { isDebug } from './is-debug'; export const bunyamin = realm.bunyamin; export const nobunyamin = realm.nobunyamin; export const threadGroups = realm.threadGroups; export default bunyamin;