Package csw.logging.models
Class Level$
- java.lang.Object
- 
- csw.logging.models.Level$
 
- 
- 
Constructor SummaryConstructors Constructor Description Level$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Levelapply(java.lang.String name)Level constructor.booleanhasLevel(java.lang.String name)Checks if a level name exists.scala.collection.immutable.Map<java.lang.String,Level>lowerCaseNamesToValuesMap()scala.collection.immutable.Map<java.lang.String,Level>namesToValuesMap()java.lang.Stringstringify()scala.collection.immutable.Map<java.lang.String,Level>upperCaseNameValuesToMap()scala.collection.immutable.IndexedSeq<Level>values()scala.collection.immutable.Map<Level,java.lang.Object>valuesToIndex()
 
- 
- 
- 
Field Detail- 
MODULE$public static final Level$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
namesToValuesMappublic scala.collection.immutable.Map<java.lang.String,Level> namesToValuesMap() - Specified by:
- namesToValuesMapin interface- enumeratum.Enum<Level>
 
 - 
lowerCaseNamesToValuesMappublic final scala.collection.immutable.Map<java.lang.String,Level> lowerCaseNamesToValuesMap() - Specified by:
- lowerCaseNamesToValuesMapin interface- enumeratum.Enum<Level>
 
 - 
upperCaseNameValuesToMappublic final scala.collection.immutable.Map<java.lang.String,Level> upperCaseNameValuesToMap() - Specified by:
- upperCaseNameValuesToMapin interface- enumeratum.Enum<Level>
 
 - 
valuesToIndexpublic final scala.collection.immutable.Map<Level,java.lang.Object> valuesToIndex() - Specified by:
- valuesToIndexin interface- enumeratum.Enum<Level>
 
 - 
valuespublic scala.collection.immutable.IndexedSeq<Level> values() - Specified by:
- valuesin interface- enumeratum.Enum<Level>
 
 - 
stringifypublic java.lang.String stringify() 
 - 
applypublic Level apply(java.lang.String name) Level constructor.- Parameters:
- name- a level name. Case is ignored.
- Returns:
- the corresponding Level if there is one for that name. Otherwise WARN.
 
 - 
hasLevelpublic boolean hasLevel(java.lang.String name) Checks if a level name exists.- Parameters:
- name- the level name.
- Returns:
- true if a level with that name exists.
 
 
- 
 
-