Skip to content

barktler/Mixin-Debug-Log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mixin-Debug-Log

Build Status codecov npm version downloads

💦 Debug Logging mixin for Barktler

Install

yarn add @barktler/mixin-debug-log
# Or
npm install @barktler/mixin-debug-log --save

Usage

import { createDebugLogMixin } from "@barktler/mixin-debug-log";
import { YourAPI } from "somewhere";

const api: YourAPI = new YourAPI();
api.useMixin(createDebugLogMixin());

Documents

See Barktler Documents.

About

💦 Debug Logging mixin for Barktler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published