Skip to content

A plugin for logging your Wiz requests with ease.

License

Notifications You must be signed in to change notification settings

sno2/wiz_logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Wiz Logger Plugin

A plugin for logging your Wiz requests with ease.

Usage

Just import the Logger class and add it to your Wiz instance's plugins like in the following example:

import { Wiz } from "https://deno.land/x/wiz/mod.ts";
import { Logger } from "https://deno.land/x/wiz_logger/mod.ts";

const logger = new Logger();

const wiz = new Wiz([logger]);

Behavior

// TODO

License

Wiz is licensed under the MIT License. See the license for more info.

About

A plugin for logging your Wiz requests with ease.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published