(logLevel)
| 58255 | })); |
| 58256 | } |
| 58257 | groupEnd(logLevel) { |
| 58258 | return this._getLogFunction(logLevel, "", console.groupEnd || noop); |
| 58259 | } |
| 58260 | withGroup(logLevel, message, func) { |
| 58261 | this.group(logLevel, message)(); |
| 58262 | try { |
no test coverage detected