Package csw.logging.models
Class Level.ERROR$
- java.lang.Object
-
- csw.logging.models.Level
-
- csw.logging.models.Level.ERROR$
-
- All Implemented Interfaces:
LoggingSerializable
,enumeratum.EnumEntry
,java.io.Serializable
,java.lang.Comparable<Level>
,scala.Equals
,scala.math.Ordered<Level>
,scala.Product
- Enclosing class:
- Level
public static class Level.ERROR$ extends Level implements scala.Product, java.io.Serializable
The ERROR logging level.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class csw.logging.models.Level
Level.DEBUG$, Level.ERROR$, Level.FATAL$, Level.INFO$, Level.TRACE$, Level.WARN$
-
Nested classes/interfaces inherited from interface enumeratum.EnumEntry
enumeratum.EnumEntry.Camelcase, enumeratum.EnumEntry.CapitalDotcase, enumeratum.EnumEntry.CapitalHyphencase, enumeratum.EnumEntry.CapitalSnakecase, enumeratum.EnumEntry.CapitalWords, enumeratum.EnumEntry.Dotcase, enumeratum.EnumEntry.EnumEntryOps<A extends enumeratum.EnumEntry>, enumeratum.EnumEntry.EnumEntryOps$, enumeratum.EnumEntry.Hyphencase, enumeratum.EnumEntry.LowerCamelcase, enumeratum.EnumEntry.Lowercase, enumeratum.EnumEntry.Snakecase, enumeratum.EnumEntry.Uncapitalised, enumeratum.EnumEntry.Uppercase, enumeratum.EnumEntry.UpperDotcase, enumeratum.EnumEntry.UpperHyphencase, enumeratum.EnumEntry.UpperSnakecase, enumeratum.EnumEntry.UpperWords, enumeratum.EnumEntry.Words
-
-
Field Summary
Fields Modifier and Type Field Description static Level.ERROR$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ERROR$()
-
Method Summary
-
Methods inherited from class csw.logging.models.Level
apply, compare, entryName, enumeratum$Enum$$existingEntriesString, extraNamesToValuesMap, findValues, hasLevel, indexOf, lowerCaseNamesToValuesMap, name, namesToValuesMap, pos, stringify, upperCaseNameValuesToMap, values, valuesToIndex, withName, withNameEither, withNameInsensitive, withNameInsensitiveEither, withNameInsensitiveOption, withNameLowercaseOnly, withNameLowercaseOnlyEither, withNameLowercaseOnlyOption, withNameOption, withNameUppercaseOnly, withNameUppercaseOnlyEither, withNameUppercaseOnlyOption
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Field Detail
-
MODULE$
public static final Level.ERROR$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-