💦 Debug Logging mixin for Barktler
yarn add @barktler/mixin-debug-log
# Or
npm install @barktler/mixin-debug-log --save
import { createDebugLogMixin } from "@barktler/mixin-debug-log";
import { YourAPI } from "somewhere";
const api: YourAPI = new YourAPI();
api.useMixin(createDebugLogMixin());
See Barktler Documents.