public class JavaUtilLoggingHandler extends OutputHandler
addRandomColors, channelColors, channelSeparatorChar, channelStyles, info, leftMargin, minLineCountForTrackNameReminder, queuedTracks, tab, trackColor, trackStack, trackStyleEMPTY| Constructor and Description |
|---|
JavaUtilLoggingHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
print(java.lang.Object[] channel,
java.lang.String line)
Print a string to an output without the trailing newline.
|
colorChannel, formatChannel, handle, setColorChannels, signalEndTrack, signalStartTrack, style, styleChannel, supportsAnsisignalShutdownpublic void print(java.lang.Object[] channel,
java.lang.String line)
OutputHandlerprint in class OutputHandlerchannel - 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.