Type Alias: LogMethods
ts
type LogMethods = { [K in LogLevel]: (message: string, meta: any[]) => void };Defined in: packages/config-bound/src/utilities/logger.ts:27
Type to ensure all log levels have corresponding methods