I'm using Angular 1.6.2. I find that messages from the $log service do not appear in the Console window for the FireFox browser with FireBug installed. (Firefox 52.0.1).
How can I get them to appear?
When I run the same Website in Chrome, IE, and Edge the $log messages appear happily. Even the sample in the Angular documentation (https://docs.angularjs.org/api/ng/service/$log) does not display a Console message in my FireFox.