From aebb12098266f2e92ed64043b34b2e2f5606f51a Mon Sep 17 00:00:00 2001 From: Ronald Jack Jenkins Jr Date: Mon, 31 Jul 2017 03:21:09 +0000 Subject: [PATCH] Committing release 0.1.6 --- README.md | 3 ++- pom.xml | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) 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