Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for SystemLogger (0.83 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/logging/SystemLogger.java

     * This logger is used in case of "early failures" (when no logging may be set up yet).
     */
    public class SystemLogger implements Logger {
        private final PrintWriter out;
        private final Level threshold;
    
        public SystemLogger(@Nullable OutputStream out) {
            this(out, null);
        }
    
        public SystemLogger(@Nullable OutputStream out, @Nullable Level threshold) {
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Sat Feb 08 16:25:25 GMT 2025
    - 2.4K 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;
    import org.apache.maven.cling.logging.Slf4jConfigurationFactory;
    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