LogWriter

log.effect.LogWriter
See theLogWriter companion trait
object LogWriter

Attributes

Companion
trait
Source
LogWriter.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
LogWriter.type

Members list

Value members

Concrete methods

final def of[F[_]]: logWriterInstancePartial[F, F]

Attributes

Source
LogWriter.scala
final def pureOf[F[_]]: logWriterInstancePartial[Id, F]

Attributes

Source
LogWriter.scala

Implicits

Inherited implicits

implicit def logWriterOpsSingleton[F[_]](co: LogWriter.type)(implicit LW: LogWriter[F]): LogWriterOps[F]

Attributes

Inherited from:
LogWriterAliasingSyntax (hidden)
Source
LogWriter.scala
implicit def logWriterSingleton[F[_]](co: LogWriter.type)(implicit LW: LogWriter[F]): LogWriter[F]

Attributes

Inherited from:
LogWriterAliasingSyntax (hidden)
Source
LogWriter.scala
implicit def loggerSyntax[T, F[_]](l: LogWriter[F]): LogWriterOps[F]

Attributes

Inherited from:
LogWriterSyntax (hidden)
Source
LogWriter.scala