Package ch.qos.logback.core.subst
Class NodeToStringTransformer
java.lang.Object
ch.qos.logback.core.subst.NodeToStringTransformer
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
Compiles a previously parsed Node chain into a String.
-
Constructor Summary
ConstructorsConstructorDescriptionNodeToStringTransformer
(Node node, PropertyContainer propertyContainer0) Deprecated.NodeToStringTransformer
(Node node, PropertyContainer propertyContainer0, PropertyContainer propertyContainer1) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic String
substituteVariable
(String input, PropertyContainer pc0, PropertyContainer pc1) Deprecated.Deprecated.
-
Constructor Details
-
NodeToStringTransformer
public NodeToStringTransformer(Node node, PropertyContainer propertyContainer0, PropertyContainer propertyContainer1) Deprecated. -
NodeToStringTransformer
Deprecated.
-
-
Method Details
-
substituteVariable
public static String substituteVariable(String input, PropertyContainer pc0, PropertyContainer pc1) throws ScanException Deprecated.- Throws:
ScanException
-
transform
Deprecated.- Throws:
ScanException
-