Package io.github.treesitter.jtreesitter
Interface Logger
- All Superinterfaces:
BiConsumer<Logger.Type,
String>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A function that logs parsing results.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(@NonNull Logger.Type type, @NonNull String message) Methods inherited from interface java.util.function.BiConsumer
andThen
-
Method Details
-
accept
- Specified by:
accept
in interfaceBiConsumer<Logger.Type,
String> - Parameters:
type
- the log typemessage
- the log message
-