UNPKG

better-logging

Version:

better-logging is a drop in replacement for the default logging methods of node.js

7 lines (6 loc) 210 B
import { LogFunctionMap } from './logFunctionMap'; import { LogFunction } from '../types/logFunction'; export interface DecoratedInstance extends LogFunctionMap { line: LogFunction; logLevel: number; }