Home | History | Annotate | Download | only in pages

Lines Matching full:loggers

139     <li><a href="#noLoggerFactory">Is it possible to retrieve loggers
178 for declaring a loggers in a class?</a></li>
1194 retrieve loggers without going through the static methods in
1425 <p>We <code>used</code> to recommend that loggers members be
1436 <th width="50%">Advantages for declaring loggers as static</th>
1437 <th width="50%">Disadvantages for declaring loggers as static</th>
1443 <li>less CPU overhead: loggers are retrieved and
1466 <th width="50%">Advantages for declaring loggers as instance variables</th>
1467 <th width="50%">Disadvantages for declaring loggers as
1486 <li>Less common idiom than declaring loggers as static
1489 <li>higher CPU overhead: loggers are retrieved and
1556 class no longer requires any special action, even when loggers
1569 application, even for loggers declared in shared
1592 above</a>, it is left to the user to determine whether loggers