angular-loggly
v1.0.0
Published
Integration of Loggly into AngularJS as a Service
Downloads
4
Readme
angular-loggly
AngularJS loggly service. Interfaces with Loggly.
Loggly's javascript is included in this package. The version used is 8836624f7f78a90bccc881324c1106a2d2f52be9.
Copyright and License
The angular-loggly library is licensed under the MIT License.
Copyright (C) 2014, Rudolf Olah
Usage
Include the loggly script and the angular-logger service:
<script type="text/javascript" src="/angular-loggly/loggly-jslogger/src/loggly.tracker.js"></script>
<script type="text/javascript" src="/loggerService.js"></script>
You can also use the minified version of the script:
<script type="text/javascript" src="/loggerService.min.js"></script>