t

logstage

LogStage

trait LogStage extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LogStage
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ConfigurableLogRouter = izumi.logstage.api.routing.ConfigurableLogRouter
  2. type ConsoleSink = izumi.logstage.sink.ConsoleSink
  3. type IzLogger = izumi.logstage.api.IzLogger
  4. type Level = izumi.logstage.api.Log.Level
  5. type Log = izumi.logstage.api.Log.type
  6. type LogIORaw[F[_], E <: AnyEncoded] = izumi.logstage.api.logger.LogIORaw[F, E]
  7. type LogRouter = izumi.logstage.api.logger.LogRouter
  8. type LogstageCodec[-T] = izumi.logstage.api.rendering.LogstageCodec[T]
  9. type QueueingSink = izumi.logstage.sink.QueueingSink
  10. type StaticLogRouter = izumi.logstage.api.routing.StaticLogRouter
  11. type AbstractLogIO[F[_]] = izumi.logstage.api.logger.AbstractLogIO[F]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) moved to izumi.logstage.api.logger.AbstractLogIO

  12. type EncodingAwareAbstractLogIO[F[_], -E <: AnyEncoded] = izumi.logstage.api.logger.EncodingAwareAbstractLogIO[F, E]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) moved to izumi.logstage.api.logger.EncodingAwareAbstractLogIO

  13. type LogBIO[F[_, _]] = LogIO[[β$0$]F[Nothing, β$0$]]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) renamed to LogIO2

  14. type LogBIO3[F[_, _, _]] = LogIO[[γ$1$]F[Any, Nothing, γ$1$]]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) renamed to LogIO3

  15. type LogBIOEnv[F[_, _, _]] = LogIO[[β$0$]F[Has[LogIO[[γ$1$]F[Any, Nothing, γ$1$]]], Nothing, β$0$]]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) renamed to LogIO3Ask

  16. type LogBIOEnvInstance[F[-_, +_, +_]] = LogIO3AskImpl[F]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) renamed to LogIO3Ask.LogIO3AskImpl

  17. type LogCreateBIO[F[_, _]] = LogCreateIO[[β$4$]F[Nothing, β$4$]]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) renamed to LogCreateIO2

  18. type LogCreateBIO3[F[_, _, _]] = LogCreateIO[[γ$5$]F[Any, Nothing, γ$5$]]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) renamed to LogCreateIO3

  19. type UnsafeLogBIO[F[_, _]] = UnsafeLogIO[[β$6$]F[Nothing, β$6$]]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) renamed to UnsafeLogIO2

  20. type UnsafeLogBIO3[F[_, _, _]] = UnsafeLogIO[[γ$7$]F[Any, Nothing, γ$7$]]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) renamed to UnsafeLogIO3

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val ConfigurableLogRouter: izumi.logstage.api.routing.ConfigurableLogRouter.type
  5. val ConsoleSink: izumi.logstage.sink.ConsoleSink.type
  6. val Crit: izumi.logstage.api.Log.Level.Crit.type
  7. val Debug: izumi.logstage.api.Log.Level.Debug.type
  8. val Error: izumi.logstage.api.Log.Level.Error.type
  9. val Info: izumi.logstage.api.Log.Level.Info.type
  10. val IzLogger: izumi.logstage.api.IzLogger.type
  11. val Level: izumi.logstage.api.Log.Level.type
  12. val Log: izumi.logstage.api.Log.type
  13. val LogRouter: izumi.logstage.api.logger.LogRouter.type
  14. val LogstageCodec: izumi.logstage.api.rendering.LogstageCodec.type
  15. val QueueingSink: izumi.logstage.sink.QueueingSink.type
  16. val StaticLogRouter: izumi.logstage.api.routing.StaticLogRouter.type
  17. val Trace: izumi.logstage.api.Log.Level.Trace.type
  18. val Warn: izumi.logstage.api.Log.Level.Warn.type
  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Deprecated Value Members

  1. lazy val LogBIO: LogIO2.type
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) renamed to LogIO2

  2. lazy val LogBIO3: LogIO3.type
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) renamed to LogIO3

  3. lazy val LogBIOEnv: LogIO3Ask.type
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) renamed to LogIO3Ask

  4. lazy val LogCreateBIO: LogCreateIO2.type
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) renamed to LogCreateIO2

  5. lazy val LogCreateBIO3: LogCreateIO3.type
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) renamed to LogCreateIO3

  6. lazy val LogstageZIO: LogZIO.type
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) renamed to LogZIO

  7. lazy val UnsafeLogBIO: UnsafeLogIO2.type
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) renamed to UnsafeLogIO2

  8. lazy val UnsafeLogBIO3: UnsafeLogIO3.type
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) renamed to UnsafeLogIO3

Inherited from AnyRef

Inherited from Any

Ungrouped