public static class Redwood.FileHandler extends OutputHandler
addRandomColors, channelColors, channelSeparatorChar, channelStyles, info, leftMargin, minLineCountForTrackNameReminder, queuedTracks, tab, trackColor, trackStack, trackStyle
EMPTY
Constructor and Description |
---|
FileHandler(String filename) |
Modifier and Type | Method and Description |
---|---|
void |
print(Object[] channels,
String line)
Print a string to an output without the trailing newline.
|
colorChannel, formatChannel, handle, setColorChannels, signalEndTrack, signalStartTrack, style, styleChannel, supportsAnsi
signalShutdown
public FileHandler(String filename)
public void print(Object[] channels, String line)
print
in class OutputHandler
channels
- The channels this message was printed on; in most cases
an implementing handler should not have to do anything with
this. The channels should not be printed here.
The channels may be null.line
- The string to be printed.