SyncLogWriter

log.effect.fs2.SyncLogWriter$

Attributes

Source:
SyncLogWriter.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def consoleLog[F[_] : Sync]: LogWriter[F]

Attributes

Source:
SyncLogWriter.scala
def consoleLogUpToLevel[F[_] : Sync, LL <: LogLevel](minLevel: LL): LogWriter[F]

Attributes

Source:
SyncLogWriter.scala
def julLog[F[_] : Sync](l: Logger): LogWriter[F]

Attributes

Source:
SyncLogWriter.scala
def julLog[F[_]](implicit F: Sync[F]): F[LogWriter[F]]

Attributes

Source:
SyncLogWriter.scala
def log4sLog[F[_] : Sync](l: Logger): LogWriter[F]

Attributes

Source:
SyncLogWriter.scala
def log4sLog[F[_]](c: Class[_])(implicit F: Sync[F]): F[LogWriter[F]]

Attributes

Source:
SyncLogWriter.scala
def log4sLog[F[_]](n: String)(implicit F: Sync[F]): F[LogWriter[F]]

Attributes

Source:
SyncLogWriter.scala
def noOpLog[F[_] : Applicative]: LogWriter[F]

Attributes

Source:
SyncLogWriter.scala
def scribeLog[F[_] : Sync](l: Logger): LogWriter[F]

Attributes

Source:
SyncLogWriter.scala
def scribeLog[F[_]](n: String)(implicit F: Sync[F]): F[LogWriter[F]]

Attributes

Source:
SyncLogWriter.scala
def scribeLog[F[_]](c: Class[_])(implicit F: Sync[F]): F[LogWriter[F]]

Attributes

Source:
SyncLogWriter.scala