(String msg)
| 159 | } |
| 160 | |
| 161 | public static int w(String msg) { |
| 162 | org.tinylog.Logger.tag(TAG).warn(msg); |
| 163 | return 0; |
| 164 | } |
| 165 | |
| 166 | public static int e(String msg) { |
| 167 | org.tinylog.Logger.tag(TAG).error(msg); |
no outgoing calls
no test coverage detected