EncodingAwareAbstractLogIO

izumi.logstage.api.logger.EncodingAwareAbstractLogIO

Attributes

Graph
Supertypes
trait AbstractLogIO[F]
trait UnsafeLogIO[F]
trait LogCreateIO[F]
class Object
trait Matchable
class Any
Known subtypes
class LogIORaw[F, E]
trait LogIO[F]
trait LogIOStrict[F]

Members list

Concise view

Type members

Types

override type Self[f[_]] <: EncodingAwareAbstractLogIO[f, E]

Value members

Concrete methods

final def apply(context: (String, E)*): Self[F]
final def apply(context: Map[String, E]): Self[F]
final def withCustomContext(context: (String, E)*): Self[F]
final def withCustomContextMap(context: Map[String, E]): Self[F]

Inherited methods

def acceptable(logLevel: Level)(implicit pos: CodePositionMaterializer): F[Boolean]

Check if this class/package is allowed to log messages at or above logLevel

Check if this class/package is allowed to log messages at or above logLevel

Attributes

Inherited from:
UnsafeLogIO
def acceptable(loggerId: LoggerId, logLevel: Level): F[Boolean]

Check if loggerId is not blacklisted and logLevel is at or above the configured threshold

Check if loggerId is not blacklisted and logLevel is at or above the configured threshold

Attributes

Inherited from:
UnsafeLogIO
final def apply(context: CustomContext): Self[F]

Attributes

Inherited from:
AbstractLogIO
def createContext(logLevel: Level, customContext: CustomContext)(implicit pos: CodePositionMaterializer): F[Context]

Attributes

Inherited from:
LogCreateIO
def createEntry(logLevel: Level, message: Message)(implicit pos: CodePositionMaterializer): F[Entry]

Attributes

Inherited from:
LogCreateIO
def log(logLevel: Level)(messageThunk: => Message)(implicit pos: CodePositionMaterializer): F[Unit]

Attributes

Inherited from:
AbstractLogIO
def log(entry: Entry): F[Unit]

Attributes

Inherited from:
AbstractLogIO
def unsafeLog(entry: Entry): F[Unit]

Log irrespective of the log level threshold

Log irrespective of the log level threshold

Attributes

Inherited from:
UnsafeLogIO
override def widen[G[_]](implicit ev: F[AnyRef] <:< G[AnyRef]): AbstractLogIO[G]

Attributes

Definition Classes
Inherited from:
AbstractLogIO

Attributes

Inherited from:
AbstractLogIO