diff --git a/README.md b/README.md index 916e82b..06da6da 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ If you wish to use [SLF4J](http://slf4j.org) in your Bukkit plugin, or if your p info.ronjenkins slf4bukkit - 0.1.5 + 0.1.6 ``` @@ -41,3 +41,4 @@ If you wish to use [SLF4J](http://slf4j.org) in your Bukkit plugin, or if your p + In addition to using ColorMarkers, you can use Bukkit's `ChatColor` values to further format your message. + SLF4Bukkit issues `ChatColor.RESET` after every log message, so you don't have to worry about resetting after each message. + You can use the [ColorString](http://rjenkinsjr.github.io/slf4bukkit/apidocs/info/ronjenkins/slf4bukkit/ColorString.html) class to easily create colored log messages. + + For a consistent user experience, it's recommended that you perform all logging via SLF4Bukkit and not use `Plugin.getLogger()`. diff --git a/pom.xml b/pom.xml index f27acd1..432a2ca 100644 --- a/pom.xml +++ b/pom.xml @@ -15,12 +15,11 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . --> - + 4.0.0 info.ronjenkins slf4bukkit - 0.1.6-SNAPSHOT + 0.1.6 SLF4Bukkit ${project.name} is an SLF4J binding that uses Bukkit's plugin logging system. http://rjenkinsjr.github.io/slf4bukkit @@ -41,6 +40,7 @@ scm:git:git://github.com/rjenkinsjr/slf4bukkit.git scm:git:git@github.com:rjenkinsjr/slf4bukkit.git https://github.com/rjenkinsjr/slf4bukkit + 0.1.6