Package csw.logging.models.codecs
Class LoggingCodecs$
- java.lang.Object
-
- csw.logging.models.codecs.LoggingCodecs$
-
- All Implemented Interfaces:
LoggingCodecs
public class LoggingCodecs$ extends java.lang.Object implements LoggingCodecs
-
-
Field Summary
Fields Modifier and Type Field Description static LoggingCodecs$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description LoggingCodecs$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.bullet.borer.Codec<Level>
levelCodec()
io.bullet.borer.Codec<LogMetadata>
logMetadataCodec()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface csw.logging.models.codecs.LoggingCodecs
explicitEnumCodec
-
-
-
-
Field Detail
-
MODULE$
public static final LoggingCodecs$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
levelCodec
public io.bullet.borer.Codec<Level> levelCodec()
- Specified by:
levelCodec
in interfaceLoggingCodecs
-
logMetadataCodec
public io.bullet.borer.Codec<LogMetadata> logMetadataCodec()
- Specified by:
logMetadataCodec
in interfaceLoggingCodecs
-
-