vconsole-exportlog-plugin
v0.1.0
Published
A vConsole plugin to copy logs and export log file.
Downloads
144
Readme
English | 简体中文
vconsole-exportlog-plugin
A vConsole plugin for copying logs and exporting logs to a file.
Support vConsole v3.15.1.
Features
- Copy logs to the clipboard
- Export logs as a local file
- Filter logs by type before copying or exporting
Installation
npm i vconsole-exportlog-pluginUsage
import VConsole from 'vconsole'
import VConsoleExportLogsPlugin from 'vconsole-exportlog-plugin'
const vConsole = new VConsole()
new VConsoleExportLogsPlugin(vConsole)Screenshot
Copy logs and export logs to a file
Acknowledgements
This project was inspired by the following repositories:

