This interface allows for pluggable print behaviour. The default implementation writes to the global console object but by providing a custom one you can override that.

interface default {
    print(level, text): void;
}

Implemented by

Methods

Methods

Generated using TypeDoc