CachingLogHandler

scribe.handler.CachingLogHandler
See theCachingLogHandler companion object
case class CachingLogHandler(maxBuffer: Int) extends LogHandler

CachingLogHandler provides a convenient LogHandler to cache LogRecords and drop old records if the record count overflows.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait LogHandler
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def log(record: LogRecord): Unit

Attributes

Definition Classes
def poll(): Option[LogRecord]
def size: Long

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product