EVOLUTION-MANAGER
Edit File: $logProvider.html
<a href='https://github.com/angular/angular.js/edit/v1.3.x/src/ng/log.js?message=docs($logProvider)%3A%20describe%20your%20change...#L40' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a> <a href='https://github.com/angular/angular.js/tree/v1.3.9/src/ng/log.js#L40' class='view-source pull-right btn btn-primary'> <i class="glyphicon glyphicon-zoom-in"> </i>View Source </a> <header class="api-profile-header"> <h1 class="api-profile-header-heading">$logProvider</h1> <ol class="api-profile-header-structure naked-list step-list"> <li> <a href="api/ng/service/$log">- $log</a> </li> <li> - provider in module <a href="api/ng">ng</a> </li> </ol> </header> <div class="api-profile-description"> <p>Use the <code>$logProvider</code> to configure how the application logs messages</p> </div> <div> <h2>Methods</h2> <ul class="methods"> <li id="debugEnabled"> <h3><p><code>debugEnabled([flag]);</code></p> </h3> <div></div> <h4>Parameters</h4> <table class="variables-matrix input-arguments"> <thead> <tr> <th>Param</th> <th>Type</th> <th>Details</th> </tr> </thead> <tbody> <tr> <td> flag <div><em>(optional)</em></div> </td> <td> <a href="" class="label type-hint type-hint-boolean">boolean</a> </td> <td> <p>enable or disable debug level messages</p> </td> </tr> </tbody> </table> <h4>Returns</h4> <table class="variables-matrix return-arguments"> <tr> <td><a href="" class="label type-hint type-hint-object">*</a></td> <td><p>current value if used as getter or itself (chaining) if used as setter</p> </td> </tr> </table> </li> </ul> </div>