Packages

p

colog

package colog

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. colog
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Log[A, B] = LogT[Id, A, B]
  2. type LogIO[A, B] = LogT[IO, A, B]
  3. type MemLog[A, B] = WriterT[Id, Vector[A], B]
  4. type MemLogT[F[_], A, B] = WriterT[F, Vector[A], B]
  5. type StructuredLog[F[_], A] = LogT[F, LogRecord, A]
  6. type StructuredLogIO[A] = LogT[IO, LogRecord, A]
  7. type Timestamped[A] = (Instant, A)

Value Members

  1. implicit val severityOrdering: Ordering[Severity]

Inherited from AnyRef

Inherited from Any

Ungrouped