Ever thought the native console logging feature could be better?
This npm module makes it slightly easier but mainly a lot nicer to log to the browser console.
Installation is as simple as any other npm module.
npm i vividlog --save-dev
Or add this to your html file directly
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vividlog@latest/dist/vividLog.js"></script>
Note that VividLog is bound to
window.vividLog
- 1.5.0
- Added new method called
v.style()
in which you can define your own log style - A lot of refactoring of the code, less chaos more nice code
- Added new method called
- 1.3.15
v.takeover()
renamed tov.takeOver()
- New sample images
- Readme fixes and updates
- 1.3.0
- Added support to log multiple variables
- Added ability to group variables
- 1.0.0
- The first release, it's now working and can be used.
- 0.9.0
- Added the actual code; v.err() / v.debug() / v.log() / v.done() / v.warn() / v.info() / v.say()
- Added option to configure some settings
- Added semi-support for FireFox
- 0.0.2
- Work in progress
If anyone could share some experiences with other browsers with me I would be very thankful!
Distributed under the MIT license. See LICENSE
for more information.