MCPcopy Create free account
hub / github.com/HumbleUI/Skija / warn

Method warn

shared/java/impl/Log.java:45–47  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

43 }
44
45 public static void warn(String s) {
46 _log(4, "[WARN ]", s);
47 }
48
49 public static void error(String s) {
50 _log(5, "[ERROR]", s);

Callers 1

loadMethod · 0.95

Calls 1

_logMethod · 0.95

Tested by

no test coverage detected