Package org.sonatype.nexus.log.LogConfigurationCustomizer

Examples of org.sonatype.nexus.log.LogConfigurationCustomizer.Configuration


      logger.debug("Nexus logger context listener installed");
    }
  }

  private void readCustomisations() {
    Configuration customizerConfiguration = new Configuration()
    {
      @Override
      public void setLoggerLevel(final String name, final LoggerLevel level) {
        customisations.put(checkNotNull(name), checkNotNull(level));
      }
View Full Code Here

TOP

Related Classes of org.sonatype.nexus.log.LogConfigurationCustomizer.Configuration

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.