LogCreateIO

logstage.LogCreateIO
See theLogCreateIO companion object
trait LogCreateIO[F[_]]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait UnsafeLogIO[F]
trait AbstractLogIO[F]
trait LogIOStrict[F]
trait LogIO[F]
class LogIORaw[F, E]
Show all

Members list

Value members

Abstract methods

def createContext(logLevel: Level, customContext: CustomContext)(implicit pos: CodePositionMaterializer): F[Context]
def createEntry(logLevel: Level, message: Message)(implicit pos: CodePositionMaterializer): F[Entry]

Concrete methods

def widen[G[_]](implicit ev: F[AnyRef] <:< G[AnyRef]): LogCreateIO[G]