Interface CaptureLogs

  • All Known Implementing Classes:
    CaptureLogs7, CaptureLogs8

    public interface CaptureLogs
    An interface to abstract the log capturing between 7.x (which uses log4j) and 8.x (which uses log4j2)
    • Method Detail

      • captureMost

        void captureMost()
        Capture the most interesting loggers
      • capture

        void capture​(String... names)
        Capture a specific set of loggers
        Parameters:
        names - The names of the loggers to capture