Class ForgeHighlight
java.lang.Object
net.minecraftforge.fml.loading.log4j.ForgeHighlight
A wrapper for 
HighlightConverter that auto-disables ANSI when the terminal doesn't support it.
 Ansi support is determined by TerminalConsoleAppender- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic @Nullable org.apache.logging.log4j.core.pattern.HighlightConverternewInstance(org.apache.logging.log4j.core.config.Configuration config, String[] options) Gets a new instance of theHighlightErrorConverterwith the specified options.
- 
Field Details- 
LOGGERprotected static final org.apache.logging.log4j.Logger LOGGER
 
- 
- 
Constructor Details- 
ForgeHighlightpublic ForgeHighlight()
 
- 
- 
Method Details- 
newInstance@Nullable public static @Nullable org.apache.logging.log4j.core.pattern.HighlightConverter newInstance(org.apache.logging.log4j.core.config.Configuration config, String[] options) Gets a new instance of theHighlightErrorConverterwith the specified options.- Parameters:
- config- The current configuration
- options- The pattern options
- Returns:
- The new instance
 
 
-