Package ch.qos.logback.core.subst
Class Token
- java.lang.Object
-
- ch.qos.logback.core.subst.Token
-
@Deprecated(since="2022-01-27") public class Token extends Object
Deprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classToken.TypeDeprecated.
-
Field Summary
Fields Modifier and Type Field Description static TokenCURLY_LEFT_TOKENDeprecated.static TokenCURLY_RIGHT_TOKENDeprecated.static TokenDEFAULT_SEP_TOKENDeprecated.static TokenSTART_TOKENDeprecated.
-
Constructor Summary
Constructors Constructor Description Token(Token.Type type, String payload)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)Deprecated.inthashCode()Deprecated.StringtoString()Deprecated.
-
-
-
Constructor Detail
-
Token
public Token(Token.Type type, String payload)
Deprecated.
-
-