LoggingConfiguration

A LoggingConfiguration defines the logging settings for a Gradle build.

Inheritors

Functions

Link copied to clipboard
Returns the style of logging output that should be written to the console.
Link copied to clipboard
Returns the type of characters that should be written to the console.
Link copied to clipboard
abstract fun getLogLevel(): LogLevel
Returns the minimum logging level to use.
Link copied to clipboard
Returns the detail that should be included in stacktraces.
Link copied to clipboard
abstract fun getWarningMode(): WarningMode
Specifies which type of warnings should be written to the console.
Link copied to clipboard
abstract fun setConsoleOutput(consoleOutput: ConsoleOutput)
Specifies the style of logging output that should be written to the console.
Link copied to clipboard
Specifies the use of Unicode characters in the console output.
Link copied to clipboard
abstract fun setLogLevel(logLevel: LogLevel)
Specifies the minimum logging level to use.
Link copied to clipboard
abstract fun setShowStacktrace(showStacktrace: ShowStacktrace)
Sets the detail that should be included in stacktraces.
Link copied to clipboard
abstract fun setWarningMode(warningMode: WarningMode)
Specifies which type of warnings should be written to the console.