Log

weaver.Log$
See theLog companion class
object Log

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Log.type

Members list

Concise view

Type members

Classlikes

case class Entry(timestamp: Long, msg: String, ctx: Map[String, String], level: Level, cause: Option[Throwable], location: SourceLocation)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
sealed abstract class Level(val label: String)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object debug.type
object error.type
object info.type
object warn.type
object Level

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Level.type
case object debug extends Level

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Level
class Object
trait Matchable
class Any
Self type
debug.type
case object error extends Level

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Level
class Object
trait Matchable
class Any
Self type
error.type
case object info extends Level

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Level
class Object
trait Matchable
class Any
Self type
info.type
case object warn extends Level

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Level
class Object
trait Matchable
class Any
Self type
warn.type

Value members

Concrete methods

def apply[F[_]](implicit instance: Log[F]): Log[F]