Package org.gradle.profiler
Class Logging
java.lang.Object
org.gradle.profiler.Logging
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PrintStreamdetailed()A stream to write detailed logging messages to.static voidResets logging to its original state beforesetupLogging(File)was called.static voidsetupLogging(File outputDir) Routes System.out to log file.static voidstartOperation(String name) Writes an operation header.
-
Constructor Details
-
Logging
public Logging()
-
-
Method Details
-
resetLogging
Resets logging to its original state beforesetupLogging(File)was called.- Throws:
IOException
-
setupLogging
Routes System.out to log file.- Parameters:
outputDir-- Throws:
IOException
-
detailed
A stream to write detailed logging messages to. -
startOperation
Writes an operation header.
-