We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ace53e commit aa47319Copy full SHA for aa47319
src/ng/log.js
@@ -8,9 +8,12 @@
8
* @description
9
* Simple service for logging. Default implementation writes the message
10
* into the browser's console (if present).
11
- *
+ *
12
* The main purpose of this service is to simplify debugging and troubleshooting.
13
*
14
+ * The default is not to log `debug` messages. You can use
15
+ * {@link ng.$logProvider ng.$logProvider#debugEnabled} to change this.
16
17
* @example
18
<example>
19
<file name="script.js">
0 commit comments