Class DebugLogger
java.lang.Object
io.github.ludy87.swagger.swaggerhub.v2.DebugLogger
DebugLogger is a utility class for logging messages to the console and appending them to a log
file. It is primarily used for debugging purposes in the SwaggerHub Gradle plugin.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DebugLogger
public DebugLogger()
-
-
Method Details
-
info
Logs a message to the console and appends it to a file named "test-output.log".- Parameters:
message- The message to log.
-