LogIORaw

izumi.logstage.api.logger.LogIORaw
final class LogIORaw[F[_], E <: AnyEncoded](delegate: AbstractLogIO[F]) extends EncodingAwareAbstractLogIO[F, E], AbstractMacroRawLogIO[F]

Attributes

Graph
Supertypes
trait AbstractLogIO[F]
trait UnsafeLogIO[F]
trait LogCreateIO[F]
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

override type Self[f[_]] = LogIORaw[f, E]

Value members

Concrete methods

override 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

Definition Classes
override 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

Definition Classes
override def createContext(logLevel: Level, customContext: CustomContext)(implicit pos: CodePositionMaterializer): F[Context]

Attributes

Definition Classes
override def createEntry(logLevel: Level, message: Message)(implicit pos: CodePositionMaterializer): F[Entry]

Attributes

Definition Classes
override def log(entry: Entry): F[Unit]

Attributes

Definition Classes
override def log(logLevel: Level)(messageThunk: => Message)(implicit pos: CodePositionMaterializer): F[Unit]

Attributes

Definition Classes
override def unsafeLog(entry: Entry): F[Unit]

Log irrespective of the log level threshold

Log irrespective of the log level threshold

Attributes

Definition Classes
override def widen[G[_]](implicit ev: F[AnyRef] <:< G[AnyRef]): LogIORaw[G, E]

Attributes

Definition Classes
override def withCustomContext(context: CustomContext): Self[F]

Attributes

Definition Classes

Inherited methods

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

Attributes

Inherited from:
EncodingAwareAbstractLogIO
final def apply(context: (String, E)*): Self[F]

Attributes

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

Attributes

Inherited from:
AbstractLogIO
final inline def crit(inline message: String): F[Unit]

Attributes

Inherited from:
AbstractMacroRawLogIO
final inline def debug(inline message: String): F[Unit]

Attributes

Inherited from:
AbstractMacroRawLogIO
final inline def error(inline message: String): F[Unit]

Attributes

Inherited from:
AbstractMacroRawLogIO
final inline def info(inline message: String): F[Unit]

Attributes

Inherited from:
AbstractMacroRawLogIO
final inline def log(inline level: Level, inline message: String): F[Unit]

Attributes

Inherited from:
AbstractMacroRawLogIO
final inline def trace(inline message: String): F[Unit]

Aliases for AbstractLogIO#log that look better in Intellij

Aliases for AbstractLogIO#log that look better in Intellij

Attributes

Inherited from:
AbstractMacroRawLogIO
final inline def warn(inline message: String): F[Unit]

Attributes

Inherited from:
AbstractMacroRawLogIO
final def withCustomContext(context: (String, E)*): Self[F]

Attributes

Inherited from:
EncodingAwareAbstractLogIO
final def withCustomContextMap(context: Map[String, E]): Self[F]

Attributes

Inherited from:
EncodingAwareAbstractLogIO