(String format, Object... formats)
| 28 | } |
| 29 | |
| 30 | @Override |
| 31 | public void warn(String format, Object... formats) { |
| 32 | this.logger.warning("Debug : " + String.format(format, formats)); |
| 33 | } |
| 34 | |
| 35 | @Override |
| 36 | public void error(String format, Object... formats) { |
no outgoing calls
no test coverage detected