Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 490 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 490 Bytes

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'