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

java.util.logging.scala Maven / Gradle / Ivy

The newest version!
package java.util.logging

class Level
object Level {
  val WARNING: Level = new Level
}
class Logger {
  def setLevel(level: Level): Unit = ()
}
object Logger {
  def getLogger(s: String): Logger = new Logger
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy