Product Promotion
0x5a.live
for different kinds of informations and explorations.
GitHub - avernixtechnologies/angular-logger: A logger built with angular in mind
A logger built with angular in mind. Contribute to avernixtechnologies/angular-logger development by creating an account on GitHub.
Visit SiteGitHub - avernixtechnologies/angular-logger: A logger built with angular in mind
A logger built with angular in mind. Contribute to avernixtechnologies/angular-logger development by creating an account on GitHub.
Powered by 0x5a.live 💗
Angular Logger by Avernix Technologies
Angular Logger is a simple logging tool
Installation
Install @trarn/angular-logger with npm
npm i @trarn/angular-logger
Install @trarn/angular-logger with yarn
yarn add @trarn/angular-logger
Usage
// CommonJS
const { log } = require('@trarn/angular-logger');
// ESM
import { log } from '@trarn/angular-logger';
Available Log Levels
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 |
Authors
Support
For support, email [email protected] or join our Discord channel Our Discord.
Contributing
We will be setting up a way for people to contribute, in the mean time, fork and create a pull request. Thanks!
Feedback
If you have any feedback, please reach out to us at [email protected]
Avernix Technologies
Avernix Technologies is a software company dedicated to providing solutions for businesses big and small, or even hobbyists.
License
Roadmap
- More to come
Used By
This project is used by the following companies:
- Avernix Technologies
Angular Resources
are all listed below.
Made with ❤️
to provide different kinds of informations and resources.