UNPKG

simple-leveled-log-methods

Version:

a simple and opinionated logging library. plays well with aws lambda + cloudwatch.

3 lines (2 loc) 122 B
import { LogLevel } from './constants'; export declare const getRecommendedMinimalLogLevelForEnvironment: () => LogLevel;