ColorMarker.AQUA, then calls
StringBuilder.append(String).ColorMarker.BLACK, then calls
StringBuilder.append(String).ColorMarker.BLUE, then calls
StringBuilder.append(String).SimpleLogger and JDK14LoggerAdapter,
wired to log all messages to the enclosing Bukkit plugin.ILoggerFactory which always returns
BukkitLoggerAdapter instances.ChatColor values to their JAnsi equivalents,
so that messages logged to the console are formatted correctly.ChatColors.StringBuilder-like class with a fluent API for adding content
colored via ColorMarkers.ColorMarker.DARK_AQUA, then calls
StringBuilder.append(String).ColorMarker.DARK_BLUE, then calls
StringBuilder.append(String).ColorMarker.DARK_GRAY, then calls
StringBuilder.append(String).ColorMarker.DARK_GREEN, then calls
StringBuilder.append(String).ColorMarker.DARK_RED, then calls
StringBuilder.append(String).BukkitLoggerAdapter instance by name.BasicMarkerFactory.BasicMarkerFactory
.BasicMDCAdapter
.ColorMarker.GOLD, then calls
StringBuilder.append(String).ColorMarker.GRAY, then calls
StringBuilder.append(String).ColorMarker.GREEN, then calls
StringBuilder.append(String).ChatColor directives to their JAnsi equivalents.StringBuilder.append(String).ColorMarker.LIGHT_PURPLE, then calls
StringBuilder.append(String).ColorMarker.DARK_PURPLE, then calls
StringBuilder.append(String).ColorMarker.RED, then calls
StringBuilder.append(String).LoggerFactory class with an actual instance of
ILoggerFactory is performed using information returned by this class.MarkerFactory class with an actual instance of
IMarkerFactory is performed using information returned by this class.BasicMDCAdapter.ColorMarker.WHITE, then calls
StringBuilder.append(String).ColorMarker.YELLOW, then calls
StringBuilder.append(String).Copyright © 2016. All rights reserved.