(String component, String msg)
| 842 | } |
| 843 | |
| 844 | public void log(String component, String msg) { logMgr.log(component, msg); } |
| 845 | public void log(String msg) { log(null, msg); } |
| 846 | |
| 847 | public int getNumErrors() { return errMgr.getNumErrors(); } |
no outgoing calls
no test coverage detected