Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DEBUG_SHORT_OPTION (0.15 sec)

  1. platforms/core-runtime/logging/src/main/java/org/gradle/internal/logging/LoggingConfigurationBuildOptions.java

            public static final String DEBUG_LONG_OPTION = "debug";
            public static final String DEBUG_SHORT_OPTION = "d";
            private static final String[] ALL_SHORT_OPTIONS = new String[]{QUIET_SHORT_OPTION, WARN_SHORT_OPTION, INFO_SHORT_OPTION, DEBUG_SHORT_OPTION};
    
            public LogLevelOption() {
                super(
                    GRADLE_PROPERTY,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Apr 28 21:41:57 UTC 2024
    - 10K bytes
    - Viewed (0)
  2. platforms/enterprise/enterprise/src/integTest/groovy/org/gradle/internal/enterprise/core/BuildScanBuildFailureHintIntegrationTest.groovy

            ["-$StacktraceOption.FULL_STACKTRACE_SHORT_OPTION"] | 'full stacktrace'
            ["-$LogLevelOption.INFO_SHORT_OPTION"]              | 'info'
            ["-$LogLevelOption.DEBUG_SHORT_OPTION"]             | 'debug'
            ["-$LogLevelOption.WARN_SHORT_OPTION"]              | 'warn'
            ["-$LogLevelOption.QUIET_SHORT_OPTION"]             | 'quiet'
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 08 14:40:39 UTC 2024
    - 4.1K bytes
    - Viewed (0)
Back to top