Uses of Enum Class
io.github.treesitter.jtreesitter.Logger.Type
-
Uses of Logger.Type in io.github.treesitter.jtreesitter
Subclasses with type arguments of type Logger.Type in io.github.treesitter.jtreesitterMethods in io.github.treesitter.jtreesitter that return Logger.TypeModifier and TypeMethodDescriptionstatic Logger.TypeReturns the enum constant of this class with the specified name.static Logger.Type[]Logger.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.treesitter.jtreesitter with parameters of type Logger.TypeModifier and TypeMethodDescriptiondefault voidLogger.accept(@NonNull Logger.Type type, @NonNull String message) Deprecated, for removal: This API element is subject to removal in a future version.voidLogger.log(@NonNull Logger.Type type, @NonNull String message) Performs this operation on the given arguments.
Logger.log(Logger.Type, String)instead