|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.nlp.util.logging.LogRecordHandler
edu.stanford.nlp.util.logging.OutputHandler
edu.stanford.nlp.util.logging.Redwood.ConsoleHandler
public static class Redwood.ConsoleHandler
Default output handler which actually prints things to the real System.out
Field Summary |
---|
Fields inherited from class edu.stanford.nlp.util.logging.OutputHandler |
---|
addRandomColors, channelColors, channelSeparatorChar, channelStyles, info, leftMargin, minLineCountForTrackNameReminder, queuedTracks, tab, trackColor, trackStack, trackStyle |
Fields inherited from class edu.stanford.nlp.util.logging.LogRecordHandler |
---|
EMPTY |
Method Summary | |
---|---|
static Redwood.ConsoleHandler |
err()
|
static Redwood.ConsoleHandler |
out()
|
void |
print(java.lang.Object[] channels,
java.lang.String line)
Print a string to the console, without the trailing newline |
Methods inherited from class edu.stanford.nlp.util.logging.OutputHandler |
---|
colorChannel, formatChannel, handle, setColorChannels, signalEndTrack, signalStartTrack, style, styleChannel |
Methods inherited from class edu.stanford.nlp.util.logging.LogRecordHandler |
---|
signalShutdown |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void print(java.lang.Object[] channels, java.lang.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 static Redwood.ConsoleHandler out()
public static Redwood.ConsoleHandler err()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |