MCPcopy Create free account
hub / github.com/apache/fory / debug

Method debug

java/fory-core/src/main/java/org/apache/fory/logging/Logger.java:31–31  ·  view source on GitHub ↗
(String msg)

Source from the content-addressed store, hash-verified

29 */
30public interface Logger {
31 void debug(String msg);
32
33 void debug(String msg, Object arg);
34

Callers 2

process_markdown_fileFunction · 0.65
debugMethod · 0.65

Implementers 2

Slf4jLoggerjava/fory-core/src/main/java/org/apach
ForyLoggerjava/fory-core/src/main/java/org/apach

Calls

no outgoing calls

Tested by

no test coverage detected