- Notifications
You must be signed in to change notification settings - Fork0
A logger built with angular in mind
License
NotificationsYou must be signed in to change notification settings
avernixtechnologies/angular-logger
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Angular Logger is a simple logging tool
Install @trarn/angular-logger with npm
npm i @trarn/angular-logger
Install @trarn/angular-logger with yarn
yarn add @trarn/angular-logger
// CommonJSconst{ log}=require('@trarn/angular-logger');// ESMimport{log}from'@trarn/angular-logger';
Parameter | Type | Description |
---|---|---|
info | method | Accepts two properties; message and data. Again, data can be an object, array, etc. |
debug | method | Accepts two properties; message and data. Again, data can be an object, array, etc. |
error | method | Accepts two properties; message and data. Again, data can be an object, array, etc. |
warn | method | Accepts two properties; message and data. Again, data can be an object, array, etc. |
assert | method | Accepts an assertion group and a message/object. Acts as a standard console.assert |
group | method | Starts a console group |
groupEnd | method | Ends the above mentioned "group" |
Observable | method | Interacts with/as an angular Observable, accepts an Observable and a name |
For support, emailsupport@avernix.com or join our Discord channelOur Discord.
We will be setting up a way for people to contribute, in the mean time, fork and create a pull request. Thanks!
If you have any feedback, please reach out to us atfeedback@avernix.com
Avernix Technologies is a software company dedicated to providing solutions for businesses big and small, or even hobbyists.
- More to come
This project is used by the following companies:
- Avernix Technologies
About
A logger built with angular in mind
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.