* Installs the console log handler on the root logger.
()
| 589 | * Installs the console log handler on the root logger. |
| 590 | */ |
| 591 | function installConsoleHandler() { |
| 592 | addConsoleHandler(logManager.root_) |
| 593 | } |
| 594 | |
| 595 | /** |
| 596 | * Common log types. |
nothing calls this directly
no test coverage detected