-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation #9
base: master
Are you sure you want to change the base?
Conversation
Changes Unknown when pulling 29d9118 on IamKritika:master into * on angular-libs:master*. |
Current coverage is
|
Changes Unknown when pulling 29d9118 on IamKritika:master into * on angular-libs:master*. |
1). mention about source map support and give a example |
logger can be used to log any information not just exceptions .. so mention it and put an example |
|
||
`ui.logger` module can be used to obtain the log data ( logger instance name,time,url,errorMessage,stackframes) for the exceptions occurring in your angular application.The module provides multiple options to easily accomplish front-end logging for different use cases.Given below are some basic examples to get one started with using `ui.logger` module - | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
first example can be more simple .. just log some information using $log
No description provided.