All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.treesitter.TSLogger Maven / Gradle / Ivy

The newest version!
package org.treesitter;

/**
 * Interface for logging messages from the parser.
 */
public interface TSLogger {
    /**
     * Log a message.
     *
     * @param type The type of message.
     * @param message The message to log.
     */
    void log(TSLogType type, String message);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy