Uses of Enum Class
org.apache.jena.atlas.logging.LogCtlLog4j2.SyntaxHint
Packages that use LogCtlLog4j2.SyntaxHint
-
Uses of LogCtlLog4j2.SyntaxHint in org.apache.jena.atlas.logging
Methods in org.apache.jena.atlas.logging that return LogCtlLog4j2.SyntaxHintModifier and TypeMethodDescriptionstatic LogCtlLog4j2.SyntaxHintReturns the enum constant of this class with the specified name.static LogCtlLog4j2.SyntaxHint[]LogCtlLog4j2.SyntaxHint.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.jena.atlas.logging with parameters of type LogCtlLog4j2.SyntaxHintModifier and TypeMethodDescriptionstatic voidLogCtlLog4j2.reconfigureLog4j2fromFile(String filename, LogCtlLog4j2.SyntaxHint syntaxHint) Reconfigure log4j2 from a file.static voidLogCtlLog4j2.reconfigureLog4j2fromString(String configString, LogCtlLog4j2.SyntaxHint syntaxHint) Reconfigure log4j2 from a string.static voidLogCtlLog4j2.resetLogging(InputStream inputStream, LogCtlLog4j2.SyntaxHint syntaxHint) Reset logging for log4j2 from anInputStreamwith the given syntax.