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

tofu.logging.LoggableEnum.scala Maven / Gradle / Ivy

package tofu.logging

import enumeratum.EnumEntry

trait LoggableEnum[E <: EnumEntry] {
  final implicit val logging: Loggable[E] = Loggable.stringValue.contramap(_.entryName)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy