Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Avalos (0.2 sec)

  1. maven-core/src/test/resources/apiv4-repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar

    org.apache.commons.logging.Log, java.io.Serializable { private static org.apache.avalon.framework.logger.Logger defaultLogger; private transient org.apache.avalon.framework.logger.Logger logger; private String name; public void AvalonLogger(org.apache.avalon.framework.logger.Logger); public void AvalonLogger(String); public org.apache.avalon.framework.logger.Logger getLogger(); public static void setDefaultLogger(org.apache.avalon.framework.logger.Logger); public void debug(Object, Throwable); public void...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Dec 19 19:08:55 GMT 2023
    - 37.1K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.jar

    Jakarta project. Each named Log instance is connected to a corresponding Log4J Logger. JDK Logging API, included in JDK 1.4 or later systems. Each named Log instance is connected to a corresponding java.util.logging.Logger instance. LogKit from Apache's Avalon project. Each named Log instance is connected to a corresponding LogKit Logger. NoOpLog implementation that simply swallows all log output, for all named Log isntances. SimpleLog implementation that writes all log output, for all named Log instances,...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Dec 19 19:08:55 GMT 2023
    - 30.9K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/apiv4-repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom

          <groupId>junit</groupId>
          <artifactId>junit</artifactId>
          <version>3.7</version>
          <scope>test</scope>
        </dependency>
        <dependency>
          <groupId>avalon-framework</groupId>
          <artifactId>avalon-framework</artifactId>
          <version>4.1.3</version>
          <optional>true</optional>
        </dependency>
      </dependencies>
      <distributionManagement>
        <repository>
    Plain Text
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Dec 19 19:08:55 GMT 2023
    - 5.1K bytes
    - Viewed (0)
Back to top