LogstashWriter

scribe.logstash.LogstashWriter
case class LogstashWriter(url: URL, service: String, additionalFields: Map[String, String], asynchronous: Boolean) extends Writer

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Writer
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def log(record: LogRecord): IO[HttpResponse]
override def write(record: LogRecord, output: LogOutput, outputFormat: OutputFormat): Unit

Attributes

Definition Classes
Writer

Inherited methods

def dispose(): Unit

Attributes

Inherited from:
Writer
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product