()
| 106614 | return this; |
| 106615 | }, |
| 106616 | info () { |
| 106617 | if (level >= Info) log$1(method || "log", "INFO", arguments); |
| 106618 | return this; |
| 106619 | }, |
| 106620 | debug () { |
| 106621 | if (level >= Debug) log$1(method || "log", "DEBUG", arguments); |
| 106622 | return this; |