(message: string, data?: any)
| 89 | } |
| 90 | |
| 91 | info(message: string, data?: any) { |
| 92 | const component = this.getCallerFile(2) |
| 93 | return this.write("INFO", component, message, data) |
| 94 | } |
| 95 | |
| 96 | debug(message: string, data?: any) { |
| 97 | const component = this.getCallerFile(2) |
no test coverage detected