Class Logging

java.lang.Object
org.gradle.profiler.Logging

public class Logging extends Object
  • Constructor Details

    • Logging

      public Logging()
  • Method Details

    • resetLogging

      public static void resetLogging() throws IOException
      Resets logging to its original state before setupLogging(File) was called.
      Throws:
      IOException
    • setupLogging

      public static void setupLogging(File outputDir) throws IOException
      Routes System.out to log file.
      Parameters:
      outputDir -
      Throws:
      IOException
    • detailed

      public static PrintStream detailed()
      A stream to write detailed logging messages to.
    • startOperation

      public static void startOperation(String name)
      Writes an operation header.