UNPKG

simple-log-methods

Version:

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

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