Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A logger built with angular in mind

License

NotificationsYou must be signed in to change notification settings

avernixtechnologies/angular-logger

Repository files navigation

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

// CommonJSconst{ log}=require('@trarn/angular-logger');// ESMimport{log}from'@trarn/angular-logger';

Available Log Levels

ParameterTypeDescription
infomethodAccepts two properties; message and data. Again, data can be an object, array, etc.
debugmethodAccepts two properties; message and data. Again, data can be an object, array, etc.
errormethodAccepts two properties; message and data. Again, data can be an object, array, etc.
warnmethodAccepts two properties; message and data. Again, data can be an object, array, etc.
assertmethodAccepts an assertion group and a message/object. Acts as a standard console.assert
groupmethodStarts a console group
groupEndmethodEnds the above mentioned "group"
ObservablemethodInteracts with/as an angular Observable, accepts an Observable and a name

Authors

Support

For support, emailsupport@avernix.com or join our Discord channelOur 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 atfeedback@avernix.com

Avernix Technologies

Avernix Technologies is a software company dedicated to providing solutions for businesses big and small, or even hobbyists.

License

MIT

Roadmap

  • More to come

Used By

This project is used by the following companies:

  • Avernix Technologies

About

A logger built with angular in mind

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp