English | 简体中文
A vConsole plugin for copying logs and exporting logs to a file.
Support vConsole v3.15.1.
- Copy logs to the clipboard
- Export logs as a local file
- Filter logs by type before copying or exporting
npm i vconsole-exportlog-pluginimport VConsole from 'vconsole'
import VConsoleExportLogsPlugin from 'vconsole-exportlog-plugin'
const vConsole = new VConsole()
new VConsoleExportLogsPlugin(vConsole)This project was inspired by the following repositories:
