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

Method debug

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

Source from the content-addressed store, hash-verified

35 }
36
37 public static void debug(String s) {
38 _log(2, "[DEBUG]", s);
39 }
40
41 public static void info(String s) {
42 _log(3, "[INFO ]", s);

Callers 5

loadMethod · 0.95
_loadFromLibraryPathMethod · 0.95
_loadFromDirMethod · 0.95
_loadFromFileMethod · 0.95
_extractMethod · 0.95

Calls 1

_logMethod · 0.95

Tested by

no test coverage detected