@midwayjs/coreInterfacesILoggerVersion: NextSur cette pageILogger Logger Options for midway, you can merge this interface in package@exampleimport { IMidwayLogger } from '@midwayjs/logger';declare module '@midwayjs/core/dist/interface' { interface ILogger extends IMidwayLogger { }}Index MethodsdebugerrorinfowarnMethods debugdebug(msg: any, ...args: any[]): voiderrorerror(msg: any, ...args: any[]): voidinfoinfo(msg: any, ...args: any[]): voidwarnwarn(msg: any, ...args: any[]): void
Logger Options for midway, you can merge this interface in package