Packages

package strict

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class IzStrictLogger extends RoutingLogger with EncodingAwareAbstractLogger[StrictEncoded] with AbstractMacroLogger

    A variant of logstage.IzLogger that renders values only using izumi.logstage.api.rendering.LogstageCodec typeclass instances for those values.

    A variant of logstage.IzLogger that renders values only using izumi.logstage.api.rendering.LogstageCodec typeclass instances for those values. If an instance is missing, compilation will fail, whereas with default IzLogger, the rendering will fall back to using toString method

Ungrouped