UNPKG

jsev

Version:

Environment for building Web API's.

8 lines (7 loc) 278 B
import bunyan from "bunyan"; import { LoggerOptions } from "bunyan"; import { Environment } from "../Environment"; export declare type ILoggerOptions = LoggerOptions; export declare class Logger extends bunyan { } export declare function createLogger(env: Environment): bunyan;