Profile
Achievement
brandonjp's Recent SnippetsTagged log
- All /
« Prev 1 Next »
Regular Expression to find native Javascript console and AngularJS $log log warn or info that are NOT comments / commented out
1
1148
posted 8 years ago by brandonjp
// create a variable to toggle debugging
// to use it, just call debug(with,any,optional,parameters)
debug(x,y,z);
// it will try to guess what type of message to log, or you can specify in the first parameter
debug("error",x,y,z);
1
1138
posted 9 years ago by brandonjp