https://github.com/sno2/wiz_logger
A plugin for logging your Wiz requests with ease.
https://github.com/sno2/wiz_logger
wiz wiz-plugin
Last synced: over 1 year ago
JSON representation
A plugin for logging your Wiz requests with ease.
- Host: GitHub
- URL: https://github.com/sno2/wiz_logger
- Owner: sno2
- License: mit
- Created: 2021-02-24T14:02:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-24T14:39:45.000Z (over 5 years ago)
- Last Synced: 2025-03-05T13:49:16.222Z (over 1 year ago)
- Topics: wiz, wiz-plugin
- Language: TypeScript
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```ts
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](./LICENSE) for more info.