Vekingneo / visual-logger

Visual-logger is a tool provided a easy way of viewing error log and console log on mobile devices while debugging.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visual-logger

Visual-logger is a tool provided a easy way of viewing error log and console log on mobile devices while debugging. Enhanced error stack info is also provided.

To startup your mobile visual console:

  1. Add script tag at start of you HTML or JS file:
<script src="./visual-logger.js"></script>
  1. Set the config variables:
visualLogger.setConfig('detail',true) //open up detial console
visualLogger.setConfig('overlay',true)	//open up visual(overlay) console for mobile
  1. Initiate the logger
visualLogger.init();

you enable/disable the console layer by clicking at the console button:

enabled-visual-logger

About

Visual-logger is a tool provided a easy way of viewing error log and console log on mobile devices while debugging.

License:MIT License


Languages

Language:JavaScript 100.0%