Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

injecting log to any javascript function #51

Open
wants to merge 10 commits into
base: master
from

Readme to describe how to use log injection

  • Loading branch information
dhewzulla committed Nov 8, 2017
commit d656fe0deb7339d0787ab180ae1b304cba499274
@@ -113,7 +113,7 @@ Also you may like to enable this automatic logging for only some percentage of u
For example if you would to log the console.error() function, you just need to put the code below as soon as you have initialised the Loggly:
```Javascript
_LTracker.injectLog({
enable:100
enable:100,
target:"console.error",
name:"error"
});
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.