LogDict

tofu.logging.LogTree.LogDict
class LogDict(values: LinkedHashMap[String, LogTree]) extends LogTree

Attributes

Graph
Supertypes
trait LogTree
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def add(name: String, tree: LogTree): TailRec[Unit]
def getList: TailRec[List[(String, LogTree)]]

Inherited methods

def json: TailRec[Json]

Attributes

Inherited from:
LogTree