Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for showDateTime (0.07 sec)

  1. apache-maven/src/assembly/maven/conf/logging/maven.logger.properties

    # KIND, either express or implied.  See the License for the
    # specific language governing permissions and limitations
    # under the License.
    
    maven.logger.defaultLogLevel=info
    maven.logger.showDateTime=false
    maven.logger.showThreadName=false
    maven.logger.showLogName=false
    maven.logger.logFile=System.out
    maven.logger.cacheOutputStream=true
    maven.logger.levelInBrackets=true
    maven.logger.log.Sisu=info
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Mon Jan 27 14:09:46 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  2. api/maven-api-core/src/main/java/org/apache/maven/api/Constants.java

         *
         * @since 4.0.0
         */
        @Config(type = "java.lang.Boolean", defaultValue = "false")
        public static final String MAVEN_LOGGER_SHOW_DATE_TIME = MAVEN_LOGGER_PREFIX + "showDateTime";
    
        /**
         * The date and time format to be used in the output messages. The pattern describing the date and
         * time format is defined by SimpleDateFormat. If the format is not specified or is invalid, the
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Fri Jul 25 11:08:20 UTC 2025
    - 25.4K bytes
    - Viewed (0)
Back to top