firede/electron-logPublic forked frommegahertz/electron-log NotificationsYou must be signed in to change notification settings Fork0 Star0 MIT license starsforks NotificationsYou must be signed in to change notification settings Code Pull requests ...
Simple logging module Electron/Node.js/NW.js application. No dependencies. No complicated configuration.By default, it writes logs to the following locations:on Linux: ~/.config/{app name}/logs/main.log on macOS: ~/Library/Logs/{app name}/main.log on Windows: %USERPROFILE%\AppData\...
因为在做一款Electron应用,需要记录任务执行日志并保存到本地,用conslog也能实现,但是需要自己手写写入本地文件,不想写,就想起了electron-log这款日志工具。 Electron-log NPM地址: electron-logwww.npmjs.com/package/electron-log Electron-log Github地址: https://github.com/megahertz/electron-loggithub...
Repository github.com/dmZhan/electron-log-unconfig Homepage github.com/dmZhan/electron-log-unconfig#readme Weekly Downloads 6 Version 0.0.5 License MIT Unpacked Size 108 kB Total Files 38 Issues 0 Pull Requests 0 Last publish 8 months ago Collaborators Try on RunKit Report malware ...
1# electron-log 2[![Tests](https://github.com/megahertz/electron-log/actions/workflows/tests.yml/badge.svg)](https://github.com/megahertz/electron-log/actions/workflows/tests.yml) 3[![NPM version](https://badge.fury.io/js/electron-log.svg)](https://badge.fury.io/js/electron-log) ...
git config --global user.name userName git config --global user.email userEmail 分支1 标签81 Alexey Prokhorovfeat(docs): Describe scope padding, closes...767e92b6个月前 514 次提交 提交 .github/workflows chore: Set latest node version for tests ...
github.com/vazra/electron-log Homepage github.com/vazra/electron-log#readme Weekly Downloads Version 4.2.2 License MIT Unpacked Size 253 kB Total Files 103 Issues 0 Pull Requests 0 Last publish 4 years ago Collaborators Tryon RunKit
16***on Windows:**`%USERPROFILE%\AppData\Roaming\<app name>\log.log` 17 18Documentation on this page is for v3.0.0 beta version, which will be released 19in January. Documentation for v2.2.17 is 20[here](https://github.com/megahertz/electron-log/tree/v2.2.17) and ...
Feature: Submit error report to github or other source 4.1.0 Feature: Scopes 4.0.0 Core multiple logger instances support. const log = electronLog.create('loggerId') add objectlog.functions Web Workers support File transport New default log file path: ...
git地址 https://github.com/wujiabao123/desk-logger.git 使用时需要调用相应的函数 export default testElectron = { debug: function (data, date) { fetch('http://localhost:3000/log', { credentials: 'include', mode: 'no-cors', method: 'POST', ...