Class LogCtlLog4j2

java.lang.Object
org.apache.jena.atlas.logging.LogCtlLog4j2

public class LogCtlLog4j2 extends Object
Additional logging control, for Log4j2 as used by jena-cmds.
This class pulls in log4j2.
This class is split out from LogCtl to decouple the class loading dependencies.
  • Field Details

    • log4j2setup

      public static String log4j2setup
      A basic logging setup.
  • Constructor Details

    • LogCtlLog4j2

      public LogCtlLog4j2()
  • Method Details

    • resetLogging

      public static void resetLogging(String configString)
      Reset logging (log4j2). log4j2.properties format.
    • resetLogging

      public static void resetLogging(InputStream inputStream, String syntaxHint) throws IOException
      Throws:
      IOException