Use ColorMarker instead of ChatColor in docs
This commit is contained in:
@@ -72,23 +72,23 @@ slf4j:
|
|||||||
showThreadName: false
|
showThreadName: false
|
||||||
|
|
||||||
# This section controls default colors for logging levels. Each entry in this
|
# This section controls default colors for logging levels. Each entry in this
|
||||||
# section maps one of SLF4J's logging levels to one of Bukkit's ChatColor
|
# section maps one of SLF4J's logging levels to one of SLF4Bukkit's
|
||||||
# values. The possible keys (levels) in this section are the possible values
|
# ColorMarker values. The possible keys (levels) in this section are the
|
||||||
# for the "slf4j.defaultLogLevel" property.
|
# possible values for the "slf4j.defaultLogLevel" property.
|
||||||
#
|
#
|
||||||
# If either the key (level) name or the value (ChatColor) name does not match
|
# If either the key (level) name or the value (ColorMarker) name does not
|
||||||
# one of the possible values, that config entry is ignored. Keys and values
|
# match one of the possible values, that config entry is ignored. Keys and
|
||||||
# are compared in a case-insensitive fashion.
|
# values are compared in a case-insensitive fashion.
|
||||||
#
|
#
|
||||||
# The values in the plugin config are applied on top of the following
|
# The values in the plugin config are applied on top of the following
|
||||||
# hardcoded default values:
|
# hardcoded default values:
|
||||||
# error: RED
|
# error: RED
|
||||||
# warn: YELLOW
|
# warn: YELLOW
|
||||||
# info: RESET
|
# info: NONE
|
||||||
# debug: RESET
|
# debug: NONE
|
||||||
# trace: RESET
|
# trace: NONE
|
||||||
#
|
#
|
||||||
# The possible ChatColor values are:
|
# The ColorMarker values are:
|
||||||
# BLACK
|
# BLACK
|
||||||
# DARK_BLUE
|
# DARK_BLUE
|
||||||
# DARK_GREEN
|
# DARK_GREEN
|
||||||
|
|||||||
Reference in New Issue
Block a user