Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for printMessage (0.06 sec)

  1. api/maven-api-di/src/main/java/org/apache/maven/di/tool/DiIndexProcessor.java

         *
         * @param kind the kind of diagnostic message
         * @param message the message to log
         */
        private void logMessage(Diagnostic.Kind kind, String message) {
            processingEnv.getMessager().printMessage(kind, message);
        }
    
        /**
         * Logs an error message with exception details to the annotation processing environment.
         *
         * @param message the error message
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Thu Apr 03 13:33:59 UTC 2025
    - 7.8K bytes
    - Viewed (0)
Back to top