https://github.com/be-fe/jsuilogger
https://github.com/be-fe/jsuilogger
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/be-fe/jsuilogger
- Owner: be-fe
- Created: 2016-07-16T13:29:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-12T12:06:17.000Z (almost 10 years ago)
- Last Synced: 2025-02-16T05:16:33.758Z (over 1 year ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JUILogger
##### A console log tool with a UI for javascript!
##### Compatible with mobile devices and desktop devices!
##### It would be helpful when your native console can't use!
## Usage:
console.log('log');
console.info('info');
console.debug('debug');
console.error('error');
console.warning('warning');
:clear ----clear the output area
:close ----close the console
:filter ---- [log|debug|error|info|debug] use this command to filter the message such as ':filter=debug'