meanie-angular-log
An extended drop in replacement for the built in Angular $log service
Installation
You can install this package using npm
:
npm install meanie-angular-log --save
Include the script node_modules/meanie-angular-log/release/meanie-angular-log.js
in your build process, or add it via a <script>
tag to your index.html
:
Add Log.Service
as a dependency for your app.
Usage
This module is a drop-in replacement for the built-in $log
service:
angular;
Note that due to services not being available in the configuration phase of Angular applications, the $log
service cannot be used at that time.
Issues & feature requests
Please report any bugs, issues, suggestions and feature requests in the meanie-angular-log issue tracker.
Contributing
Pull requests are welcome! If you would like to contribute to Meanie, please check out the Meanie contributing guidelines.
Credits
- Meanie logo designed by Quan-Lin Sim
License
(MIT License)
Copyright 2015-2017, Adam Reis