Class DebugLogger

java.lang.Object
io.github.ludy87.swagger.swaggerhub.v2.DebugLogger

public final class DebugLogger extends Object
Utility class that writes diagnostic messages to the console and to LOG_FILE.
  • Method Details

    • info

      public static void info(String message)
      Logs the supplied message.
      Parameters:
      message - the message to log