README
Debug Tool Documentation
Example of Usage
Instead of console.log() require the tool.js file and call the .debug() method passing in three arguments (title, output, level)
[code] to call a debug() [code] to activate debug_mode
title: String
Should be a string that will prefix the output argument in the resulting console.log()
output: Object
Any object that will be suffixed onto the title argument in the resulting console.log()
level: Integer
A number that indicates how fine grained the output of this particular output should be. Reference the Debug Level Chart
Debug Level Chart
- Production Environment Level Output
- Staging Environment Level Output
- General Debug Information for Development
- Very Detailed and in-depth Output.