| Name | Description | Type | Package | Framework |
| Color | ANSI supported colors These values are mirrored in Redwood. | Class | edu.stanford.nlp.util.logging | Stanford Parser |
|
| JavaUtilLoggingAdaptor | Reroutes java. | Class | edu.stanford.nlp.util.logging | Stanford Parser |
|
| JavaUtilLoggingAdaptor .RedwoodHandler | This is the bridge class which actually adapts java. | Class | edu.stanford.nlp.util.logging.JavaUtilLoggingAdaptor | Stanford Parser |
|
| JavaUtilLoggingHandler | An outputter that writes to Java Util Logging logs. | Class | edu.stanford.nlp.util.logging | Stanford Parser |
|
| LogRecordHandler | A log message handler. | Class | edu.stanford.nlp.util.logging | Stanford Parser |
|
| NewlineLogFormatter | Simply format and put a newline after each log message. | Class | edu.stanford.nlp.util.logging | Stanford Parser |
|
| OutputHandler | An abstract handler incorporating the logic of outputing a log message, to some source. | Class | edu.stanford.nlp.util.logging | Stanford Parser |
|
| PrettyLoggable | Indicates that a class supports "pretty logging". | Interface | edu.stanford.nlp.util.logging | Stanford Parser |
|
| PrettyLogger | Primarily for debugging, PrettyLogger helps you dump various collection objects in a reasonably structured way via Redwood logging. | Class | edu.stanford.nlp.util.logging | Stanford Parser |
|
| RedirectOutputHandler | A class to redirect the output of Redwood to another logging mechanism, e. | Class | edu.stanford.nlp.util.logging | Stanford Parser |
|
| Redwood | A hierarchical channel based logger. | Class | edu.stanford.nlp.util.logging | Stanford Parser |
|
| Redwood .ConsoleHandler | Default output handler which actually prints things to the real System. | Class | edu.stanford.nlp.util.logging.Redwood | Stanford Parser |
|
| Redwood .FileHandler | Handler which prints to a specified file TODO: make constructors for other ways of describing files (File, for example!) | Class | edu.stanford.nlp.util.logging.Redwood | Stanford Parser |
|
| Redwood .Flag | Standard channels; enum for the sake of efficiencyReturns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.util.logging.Redwood | Stanford Parser |
|
| Redwood .Record | A log record, which encapsulates the information needed to eventually display the enclosed message. | Class | edu.stanford.nlp.util.logging.Redwood | Stanford Parser |
|
| Redwood .RecordHandlerTree | | Class | edu.stanford.nlp.util.logging.Redwood | Stanford Parser |
|
| Redwood .RedwoodChannels | Represents a collection of channels. | Class | edu.stanford.nlp.util.logging.Redwood | Stanford Parser |
|
| Redwood .Util | A utility class for Redwood intended for static import (import static edu. | Class | edu.stanford.nlp.util.logging.Redwood | Stanford Parser |
|
| RedwoodConfiguration | A class which encapsulates configuration settings for Redwood. | Class | edu.stanford.nlp.util.logging | Stanford Parser |
|
| RedwoodConfiguration .Handlers | | Class | edu.stanford.nlp.util.logging.RedwoodConfiguration | Stanford Parser |
|
| RedwoodConfiguration .Thunk | Redwood. | Interface | edu.stanford.nlp.util.logging.RedwoodConfiguration | Stanford Parser |
|
| RedwoodPrintStream | A PrintStream that writes to Redwood logs. | Class | edu.stanford.nlp.util.logging | Stanford Parser |
|
| RepeatedRecordHandler | Filters repeated messages and replaces them with the number of times they were logged. | Class | edu.stanford.nlp.util.logging | Stanford Parser |
|
| RepeatedRecordHandler .ApproximateRepeatSemantics | Judges two records to be equal if they come from the same place, and begin with the same string, modulo numbers | Class | edu.stanford.nlp.util.logging.RepeatedRecordHandler | Stanford Parser |
|
| RepeatedRecordHandler .ExactRepeatSemantics | Judges two records to be equal if they are from the same place, and have the same message | Class | edu.stanford.nlp.util.logging.RepeatedRecordHandler | Stanford Parser |
|
| RepeatedRecordHandler .RepeatSemantics | Determines the semantics of what constitutes a repeated record Redwood. | Interface | edu.stanford.nlp.util.logging.RepeatedRecordHandler | Stanford Parser |
|
| RerouteChannel | | Class | edu.stanford.nlp.util.logging | Stanford Parser |
|
| StanfordRedwoodConfiguration | | Class | edu.stanford.nlp.util.logging | Stanford Parser |
|
| Style | ANSI supported styles (rather, a subset of) These values are mirrored in Redwood. | Class | edu.stanford.nlp.util.logging | Stanford Parser |
|
| VisibilityHandler | A filter for selecting which channels are visible. | Class | edu.stanford.nlp.util.logging | Stanford Parser |
|
| Color | ANSI supported colors These values are mirrored in Redwood. | Class | edu.stanford.nlp.util.logging | JavaNlp |
|
| JavaUtilLoggingAdaptor | Reroutes java. | Class | edu.stanford.nlp.util.logging | JavaNlp |
|
| JavaUtilLoggingAdaptor .RedwoodHandler | This is the bridge class which actually adapts java. | Class | edu.stanford.nlp.util.logging.JavaUtilLoggingAdaptor | JavaNlp |
|
| JavaUtilLoggingHandler | An outputter that writes to Java Util Logging logs. | Class | edu.stanford.nlp.util.logging | JavaNlp |
|
| LogRecordHandler | A log message handler. | Class | edu.stanford.nlp.util.logging | JavaNlp |
|
| NewlineLogFormatter | Simply format and put a newline after each log message. | Class | edu.stanford.nlp.util.logging | JavaNlp |
|
| OutputHandler | An abstract handler incorporating the logic of outputing a log message, to some source. | Class | edu.stanford.nlp.util.logging | JavaNlp |
|
| PrettyLoggable | Indicates that a class supports "pretty logging". | Interface | edu.stanford.nlp.util.logging | JavaNlp |
|
| PrettyLogger | Primarily for debugging, PrettyLogger helps you dump various collection objects in a reasonably structured way via Redwood logging. | Class | edu.stanford.nlp.util.logging | JavaNlp |
|
| RedirectOutputHandler | A class to redirect the output of Redwood to another logging mechanism, e. | Class | edu.stanford.nlp.util.logging | JavaNlp |
|
| Redwood | A hierarchical channel based logger. | Class | edu.stanford.nlp.util.logging | JavaNlp |
|
| Redwood .ConsoleHandler | Default output handler which actually prints things to the real System. | Class | edu.stanford.nlp.util.logging.Redwood | JavaNlp |
|
| Redwood .FileHandler | Handler which prints to a specified file TODO: make constructors for other ways of describing files (File, for example!) | Class | edu.stanford.nlp.util.logging.Redwood | JavaNlp |
|
| Redwood .Flag | Standard channels; enum for the sake of efficiencyReturns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.util.logging.Redwood | JavaNlp |
|
| Redwood .Record | A log record, which encapsulates the information needed to eventually display the enclosed message. | Class | edu.stanford.nlp.util.logging.Redwood | JavaNlp |
|
| Redwood .RecordHandlerTree | | Class | edu.stanford.nlp.util.logging.Redwood | JavaNlp |
|
| Redwood .RedwoodChannels | Represents a collection of channels. | Class | edu.stanford.nlp.util.logging.Redwood | JavaNlp |
|
| Redwood .Util | A utility class for Redwood intended for static import (import static edu. | Class | edu.stanford.nlp.util.logging.Redwood | JavaNlp |
|
| RedwoodConfiguration | A class which encapsulates configuration settings for Redwood. | Class | edu.stanford.nlp.util.logging | JavaNlp |
|
| RedwoodConfiguration .Handlers | | Class | edu.stanford.nlp.util.logging.RedwoodConfiguration | JavaNlp |
|
| RedwoodConfiguration .Thunk | Redwood. | Interface | edu.stanford.nlp.util.logging.RedwoodConfiguration | JavaNlp |
|
| RedwoodPrintStream | A PrintStream that writes to Redwood logs. | Class | edu.stanford.nlp.util.logging | JavaNlp |
|
| RepeatedRecordHandler | Filters repeated messages and replaces them with the number of times they were logged. | Class | edu.stanford.nlp.util.logging | JavaNlp |
|
| RepeatedRecordHandler .ApproximateRepeatSemantics | Judges two records to be equal if they come from the same place, and begin with the same string, modulo numbers | Class | edu.stanford.nlp.util.logging.RepeatedRecordHandler | JavaNlp |
|
| RepeatedRecordHandler .ExactRepeatSemantics | Judges two records to be equal if they are from the same place, and have the same message | Class | edu.stanford.nlp.util.logging.RepeatedRecordHandler | JavaNlp |
|
| RepeatedRecordHandler .RepeatSemantics | Determines the semantics of what constitutes a repeated record Redwood. | Interface | edu.stanford.nlp.util.logging.RepeatedRecordHandler | JavaNlp |
|
| RerouteChannel | | Class | edu.stanford.nlp.util.logging | JavaNlp |
|
| StanfordRedwoodConfiguration | | Class | edu.stanford.nlp.util.logging | JavaNlp |
|
| Style | ANSI supported styles (rather, a subset of) These values are mirrored in Redwood. | Class | edu.stanford.nlp.util.logging | JavaNlp |
|
| VisibilityHandler | A filter for selecting which channels are visible. | Class | edu.stanford.nlp.util.logging | JavaNlp |