(String msg)
| 12 | } |
| 13 | |
| 14 | protected static void setConsole(String msg) { |
| 15 | if (Log.enable) { |
| 16 | System.out.println(msg); |
| 17 | } |
| 18 | } |
| 19 | |
| 20 | protected static void setConsoleError(String msg) { |
| 21 | if (Log.enable) { |
no outgoing calls
no test coverage detected