Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
30
public
interface
Logger {
31
void
debug(String msg);
32
33
void
debug(String msg, Object arg);
34
Callers
2
process_markdown_file
Function · 0.65
debug
Method · 0.65
Implementers
2
Slf4jLogger
java/fory-core/src/main/java/org/apach
ForyLogger
java/fory-core/src/main/java/org/apach
Calls
no outgoing calls
Tested by
no test coverage detected