(obj: object | string, msg?: string)
| 8 | info(obj: object | string, msg?: string): void; |
| 9 | warn(obj: object | string, msg?: string): void; |
| 10 | error(obj: object | string, msg?: string): void; |
| 11 | debug(obj: object | string, msg?: string): void; |
| 12 | |
| 13 | child(bindings: object): ILogService; |
no outgoing calls
no test coverage detected