…to the console
Simple logging
You can seed your own logging messages in your unminified code to the console like this:
lg("My message");
In order to enable simple logging, set verbosity
higher than 0…
You can seed your own logging messages in your unminified code to the console like this:
lg("My message");
In order to enable simple logging, set verbosity
higher than 0…
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |
Copyright 2005-2023, Arvind Gupta. All rights reserved.
Latest update: 27. September 2023
Privacy policy
License
About
In order to enable simple logging, set verbosity higher than 0….
Hey there, I came across this when googling a kind of weird jquery line and anyways crazy where things lead you sometimes cause I had no intentions of looking for a jquery plugin, but after reading some of your comments it lead me to this url and suddenly I became intrigued.
I have a bunch of questions that I imagine are likely already answered somewhere on this site hahaha so I’ll explore more before I fusillade you, but 1 I couldn’t find an answer to was the logging thing? So you said to enable simply logging set verbosity greating then 0, but are you suggesting your plugin has some unique preset values that’d effect to the logging one would get displayed? Lol I feel like I’m asking a stupid question but I’m just curious if your suggesting certain values to verbosity with the plugin given unique logging outputs?
Thanks and I’ll get back to you asap…
But to cut a long story short:
Yes, you can use “verbosity” to setup different debugging levels.