public static class Redwood.ConsoleHandler extends OutputHandler
addRandomColors, channelColors, channelSeparatorChar, channelStyles, info, leftMargin, minLineCountForTrackNameReminder, queuedTracks, tab, trackColor, trackStack, trackStyle
EMPTY
Modifier and Type | Method and Description |
---|---|
static Redwood.ConsoleHandler |
err() |
static Redwood.ConsoleHandler |
out() |
void |
print(Object[] channels,
String line)
Print a string to the console, without the trailing newline
|
boolean |
supportsAnsi()
Specify whether this output handler supports ansi output
|
colorChannel, formatChannel, handle, setColorChannels, signalEndTrack, signalStartTrack, style, styleChannel
signalShutdown
public void print(Object[] channels, String line)
print
in class OutputHandler
channels
- The channel this line is being printed to;
not relevant for this handler.line
- The string to be printed.public boolean supportsAnsi()
OutputHandler
supportsAnsi
in class OutputHandler
public static Redwood.ConsoleHandler out()
public static Redwood.ConsoleHandler err()