Skip to content
This repository was archived by the owner on Sep 12, 2022. It is now read-only.

Commit 80ce604

Browse files
committed
altered logging wrapper example
1 parent 5ae6676 commit 80ce604

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1525,9 +1525,7 @@ age > 18 ? location.assign("continue.html") : stop = true;
15251525
15261526
## Logging
15271527
1528-
Always use a wrapper for logging rather than using `console.log();`. This is due to some browsers crashing when `console.log();` is used.
1529-
1530-
[This tool](https://github.com/patik/console.log-wrapper) is a very good wrapper with some great customizable options.
1528+
Always use a wrapper for logging rather than using `console.log()`. FESK uses [loglevel](https://github.com/pimterry/loglevel) by default and AngularJs has `$log` built in.
15311529
15321530
**[⬆ back to top](#table-of-contents)**
15331531

0 commit comments

Comments
 (0)