Package csw.logging.models
Class Level.FATAL$
- java.lang.Object
- 
- csw.logging.models.Level
- 
- csw.logging.models.Level.FATAL$
 
 
- 
- 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.FATAL$ extends Level implements scala.Product, java.io.Serializable The FATAL logging level.- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class csw.logging.models.LevelLevel.DEBUG$, Level.ERROR$, Level.FATAL$, Level.INFO$, Level.TRACE$, Level.WARN$
 - 
Nested classes/interfaces inherited from interface enumeratum.EnumEntryenumeratum.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 SummaryFields Modifier and Type Field Description static Level.FATAL$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description FATAL$()
 - 
Method Summary- 
Methods inherited from class csw.logging.models.Levelapply, compare, entryName, enumeratum$Enum$$existingEntriesString, findValues, hasLevel, indexOf, lowerCaseNamesToValuesMap, name, namesToValuesMap, pos, stringify, upperCaseNameValuesToMap, values, valuesToIndex, withName, withNameInsensitive, withNameInsensitiveOption, withNameLowercaseOnly, withNameLowercaseOnlyOption, withNameOption, withNameUppercaseOnly, withNameUppercaseOnlyOption
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
 
- 
- 
- 
Field Detail- 
MODULE$public static final Level.FATAL$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 
-