Package csw.logging.models.codecs
Interface LoggingCodecs
-
- All Known Subinterfaces:
MessageCodecs
,MessageCodecsBase
- All Known Implementing Classes:
CommandAkkaSerializer
,LoggingCodecs$
public interface LoggingCodecs
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends enumeratum.EnumEntry>
io.bullet.borer.Codec<T>explicitEnumCodec(enumeratum.Enum<T> evidence$1)
io.bullet.borer.Codec<Level>
levelCodec()
io.bullet.borer.Codec<LogMetadata>
logMetadataCodec()
-
-
-
Method Detail
-
explicitEnumCodec
<T extends enumeratum.EnumEntry> io.bullet.borer.Codec<T> explicitEnumCodec(enumeratum.Enum<T> evidence$1)
-
levelCodec
io.bullet.borer.Codec<Level> levelCodec()
-
logMetadataCodec
io.bullet.borer.Codec<LogMetadata> logMetadataCodec()
-
-