Package csw.logging.models.codecs
Interface LoggingCodecs
- 
- All Known Subinterfaces:
- MessageCodecs,- MessageCodecsBase
 - All Known Implementing Classes:
- CommandAkkaSerializer,- LoggingCodecs$
 
 public interface LoggingCodecs
- 
- 
Method SummaryAll 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) 
 - 
levelCodecio.bullet.borer.Codec<Level> levelCodec() 
 - 
logMetadataCodecio.bullet.borer.Codec<LogMetadata> logMetadataCodec() 
 
- 
 
-