Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for Slf4jLogger (0.05 seconds)

  1. compat/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java

            if (!toolchainsResult.getProblems().isEmpty() && slf4jLogger.isWarnEnabled()) {
                slf4jLogger.warn("");
                slf4jLogger.warn("Some problems were encountered while building the effective toolchains");
    
                for (Problem problem : toolchainsResult.getProblems()) {
                    slf4jLogger.warn("{} @ {}", problem.getMessage(), problem.getLocation());
                }
    
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Mon Oct 27 13:24:03 GMT 2025
    - 78.1K bytes
    - Click Count (0)
  2. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LookupInvoker.java

    import org.apache.maven.artifact.repository.layout.DefaultRepositoryLayout;
    import org.apache.maven.bridge.MavenRepositorySystem;
    import org.apache.maven.cling.invoker.logging.Slf4jLogger;
    import org.apache.maven.cling.invoker.logging.SystemLogger;
    import org.apache.maven.cling.invoker.spi.PropertyContributorsHolder;
    import org.apache.maven.cling.logging.Slf4jConfiguration;
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Oct 28 13:01:07 GMT 2025
    - 43.2K bytes
    - Click Count (0)
Back to Top