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

io.kinoplan.utils.logback.config.ConfigPropertyDefiner.scala Maven / Gradle / Ivy

The newest version!
package io.kinoplan.utils.logback.config

import scala.beans.BeanProperty

import ch.qos.logback.core.PropertyDefinerBase
import com.typesafe.config.ConfigFactory

class ConfigPropertyDefiner extends PropertyDefinerBase {

  @BeanProperty
  var path: String = _

  override def getPropertyValue: String = ConfigFactory.load().getString(path)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy