debug

fetch.debug$
object debug

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
debug.type

Members list

Concise view

Value members

Concrete methods

def describe(log: Log): String
def describe(err: Throwable): String
def firstRequest(r: Round): Option[Long]
def lastRequest(r: Round): Option[Long]
def pile(docs: Seq[Document]): Document
def showDuration(millis: Long): Document
def showException(err: FetchException): Document
def showLog(log: Log): Document
def showMissing(d: Data[_, _], ids: List[_]): Document
def showRequest(r: Request): Document
def showRound(r: Round, n: Int): Document
def showRoundCount(err: FetchException): Document
def string(doc: Document): String