@midwayjs/coreInterfacesMidwayLoggerOptions版本:Next本页总览MidwayLoggerOptions Logger Options for midway, you can merge this interface in package@exampleimport { LoggerOptions } from '@midwayjs/logger';declare module '@midwayjs/core/dist/interface' { interface MidwayLoggerOptions extends LoggerOptions { logDir?: string; level?: string; }}Indexable[key: string]: anyIndex PropertiesaliasNamelazyLoadProperties optionalaliasNamealiasName?: stringoptionallazyLoadlazyLoad?: boolean
Logger Options for midway, you can merge this interface in package