There was an error while loading. Please reload this page.
Get the latest build here. You probably want to use le.min.js in production.
Include the library in your page:
<html lang="en"> <head> <title>your page</title> <script src="/js/le.min.js"></script> <script> // Set up le.js LE.init('YOUR-LOG-TOKEN'); </script> </head> ...
... <script> // log something LE.log("Hello, logger!"); </script>
Need a token? Get a free account if you don't already have one.