Default Tapjaw Logger interface.
Implement the TapjawLogger interface with a third-party library to allow for easy injection into Taphaw Importer classes.
TapjawLogger
{@link ConsoleLogger} for a logger which uses the JavaScript console object.
{@link NullLogger} for a silent logger. Useful for testing purposes.
Generated using TypeDoc
Default Tapjaw Logger interface.
Implement the
TapjawLogger
interface with a third-party library to allow for easy injection into Taphaw Importer classes.{@link ConsoleLogger} for a logger which uses the JavaScript console object.
{@link NullLogger} for a silent logger. Useful for testing purposes.