MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / fine

Method fine

src/main/java/net/optifine/shaders/SMCLog.java:26–29  ·  view source on GitHub ↗
(String message)

Source from the content-addressed store, hash-verified

24 }
25
26 public static void fine(String message)
27 {
28 LOGGER.debug("[Shaders] " + message);
29 }
30
31 public static void severe(String format, Object... args)
32 {

Callers

nothing calls this directly

Calls 1

formatMethod · 0.65

Tested by

no test coverage detected