All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ensime.util.logging.scala Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version
// Copyright (C) 2015 ENSIME Authors
// License: GPL 3.0
package org.ensime.util

import org.slf4j.bridge.SLF4JBridgeHandler

object Slf4jSetup {
  SLF4JBridgeHandler.removeHandlersForRootLogger()
  SLF4JBridgeHandler.install()

  /**
   * Call for the side effect of setting up SLF4J's bridge.
   */
  def init(): Unit = ()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy