Uses of Class
ch.qos.logback.core.subst.Token.Type
-
Packages that use Token.Type Package Description ch.qos.logback.core.subst -
-
Uses of Token.Type in ch.qos.logback.core.subst
Methods in ch.qos.logback.core.subst that return Token.Type Modifier and Type Method Description static Token.Type
Token.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Token.Type[]
Token.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in ch.qos.logback.core.subst with parameters of type Token.Type Constructor Description Token(Token.Type type, java.lang.String payload)
-