(message: string, data?: any)
| 94 | } |
| 95 | |
| 96 | debug(message: string, data?: any) { |
| 97 | const component = this.getCallerFile(2) |
| 98 | return this.write("DEBUG", component, message, data) |
| 99 | } |
| 100 | |
| 101 | warn(message: string, data?: any) { |
| 102 | const component = this.getCallerFile(2) |
no test coverage detected