package strict
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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 usingtoStringmethod
Value Members
- object IzStrictLogger extends IzLoggerConvenienceApi[IzStrictLogger]