io.odin.meta

package io.odin.meta

Type members

Classlikes

case class Position(fileName: String, enclosureName: String, packageName: String, line: Int)

Position of log invocation

Position of log invocation

Companion
object
object Position
Companion
class
@implicitNotFound("\nA value of type ${M} you\'re trying to log is missing a renderer.\nMake sure you have an implicit Render[${M}] in scope, i.e. inside of companion object of ${M}.\n")
trait Render[M]

Type class that defines how message of type M got rendered into String

Type class that defines how message of type M got rendered into String

Companion
object
object Render extends MidPriorityRender
Companion
class
trait ToThrowable[E]

Type class that converts a value of type E into Throwable

Type class that converts a value of type E into Throwable

Companion
object
object ToThrowable
Companion
class