SourceInfoBehaviorImpl

com.tersesystems.blindsight.logstash.LogstashLoggerFactory.SourceInfoBehaviorImpl
class SourceInfoBehaviorImpl(fileLabel: String, lineLabel: String, enclosingLabel: String) extends SourceCodeImplicits with SourceInfoBehavior

Attributes

Source:
LogstashLoggerFactory.scala
Graph
Supertypes
trait SourceInfoBehavior
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def apply(line: Line, file: File, enclosing: Enclosing): Markers

Attributes

Definition Classes
SourceInfoBehavior
Source:
LogstashLoggerFactory.scala

Implicits

Inherited implicits

implicit def enclosingToField(enclosing: Enclosing): BField

Attributes

Inherited from:
SourceCodeImplicits
Source:
LogstashLoggerFactory.scala
implicit def fileToField(file: File): BField

Attributes

Inherited from:
SourceCodeImplicits
Source:
LogstashLoggerFactory.scala
implicit def lineToField(line: Line): BField

Attributes

Inherited from:
SourceCodeImplicits
Source:
LogstashLoggerFactory.scala