(messageOrLambda: string | (() => string), namespace = "z2m")
| 200 | } |
| 201 | |
| 202 | public error(messageOrLambda: string | (() => string), namespace = "z2m"): void { |
| 203 | this.log("error", messageOrLambda, namespace); |
| 204 | } |
| 205 | |
| 206 | public warning(messageOrLambda: string | (() => string), namespace = "z2m"): void { |
| 207 | this.log("warning", messageOrLambda, namespace); |
no test coverage detected