日志管理器
必填 | 参数名 | 说明 | 类型 | 默认值 |
---|---|---|---|---|
options | 日志配置 | object | ||
options.showModuleIds | 展示模块 id | any[] | [] | |
options.showMethods | 展示方法 | string[] | ['log', 'info', 'warn', 'error', 'debug'] | |
options.ignoreMessage | 忽略的消息 | string[]|IgnoreMessageFunc | [] | |
options.messageTemplate | 消息模板 | string|MessageTemplateFunc | #[date] #[moduleId]-#[method]:=>#[message] | |
options.controller | 日志控制器 | Controller | console |
IgnoreMessageFunc
类型声明
MessageTemplateFunc
类型声明
Controller
options.controller
必须要实现 Controller
接口
类型声明
Logger
实例