LoggerType

fly4s.data.LoggerType
See theLoggerType companion class
object LoggerType

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
LoggerType.type

Members list

Type members

Classlikes

case object ApacheCommons extends LoggerType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class LoggerType
class Object
trait Matchable
class Any
Show all
Self type
case object Auto extends LoggerType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class LoggerType
class Object
trait Matchable
class Any
Show all
Self type
Auto.type
case object Console extends LoggerType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class LoggerType
class Object
trait Matchable
class Any
Show all
Self type
Console.type
case class Custom(fullyQualifiedClassName: String) extends LoggerType

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class LoggerType
class Object
trait Matchable
class Any
Show all
case object Log4j2 extends LoggerType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class LoggerType
class Object
trait Matchable
class Any
Show all
Self type
Log4j2.type
case object Slf4j extends LoggerType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class LoggerType
class Object
trait Matchable
class Any
Show all
Self type
Slf4j.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromFlywayValue(value: String): LoggerType
def toFlywayValue(ltype: LoggerType): String