| Package | Description |
|---|---|
| org.gradle.logging.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLineChoppingStyledTextOutput
A
StyledTextOutput that breaks text up into lines. |
class |
BufferingStyledTextOutput
A
StyledTextOutput which buffers the content written to it, for later forwarding to another StyledTextOutput instance. |
class |
LinePrefixingStyledTextOutput
A
StyledTextOutput which prefixes each line of text with some fixed prefix. |
class |
LoggingBackedStyledTextOutput
A
StyledTextOutput implementation which generates events of type StyledTextOutputEvent. |
class |
StreamingStyledTextOutput
A
StyledTextOutput implementation which writes text to some char stream. |
Copyright © 2013. All rights reserved