Impl

com.tersesystems.blindsight.core.CoreLogger$.State$.Impl
final case class Impl(markers: Markers, underlying: Logger, condition: Condition, sourceInfoBehavior: Option[SourceInfoBehavior], parameterLists: Array[ParameterList]) extends State

Attributes

Source:
CoreLogger.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait State
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def withEntryTransform(transformF: Entry => Entry): State

Attributes

Definition Classes
Source:
CoreLogger.scala
override def withEntryTransform(level: Level, transformF: Entry => Entry): State

Attributes

Definition Classes
Source:
CoreLogger.scala
def withMarker[M : ToMarkers](m: M): State

Attributes

Source:
CoreLogger.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product