| Package | Description |
|---|---|
| org.gradle.logging | |
| org.gradle.logging.internal |
| Modifier and Type | Method and Description |
|---|---|
static StyledTextOutput.Style |
StyledTextOutput.Style.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StyledTextOutput.Style[] |
StyledTextOutput.Style.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StyledTextOutput |
StyledTextOutput.style(StyledTextOutput.Style style)
Switches to a new style.
|
StyledTextOutput |
StyledTextOutput.withStyle(StyledTextOutput.Style style)
Creates a copy of this output which uses the given style.
|
| Modifier and Type | Method and Description |
|---|---|
StyledTextOutput.Style |
AbstractStyledTextOutput.getStyle() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LoggingBackedStyledTextOutput.doStyleChange(StyledTextOutput.Style style) |
protected void |
LinePrefixingStyledTextOutput.doStyleChange(StyledTextOutput.Style style) |
protected void |
BufferingStyledTextOutput.doStyleChange(StyledTextOutput.Style style) |
protected void |
AbstractStyledTextOutput.doStyleChange(StyledTextOutput.Style style) |
ColorMap.Color |
DefaultColorMap.getColourFor(StyledTextOutput.Style style) |
ColorMap.Color |
ColorMap.getColourFor(StyledTextOutput.Style style) |
StyledTextOutput |
AbstractStyledTextOutput.style(StyledTextOutput.Style style) |
StyledTextOutput |
AbstractStyledTextOutput.withStyle(StyledTextOutput.Style style) |
| Constructor and Description |
|---|
StyledTextOutputEvent.Span(StyledTextOutput.Style style,
String text) |
StyledTextOutputEvent(long timestamp,
String category,
LogLevel logLevel,
StyledTextOutput.Style style,
String text) |
StyledTextOutputEvent(long timestamp,
String category,
StyledTextOutput.Style style,
String text) |
Copyright © 2013. All rights reserved