0

Publishing site for version 0.1.3

This commit is contained in:
Ronald J. Jenkins Jr
2016-04-02 04:57:36 +00:00
parent 4f9c6e65fa
commit 0daf61ad7f
59 changed files with 3167 additions and 1652 deletions

View File

@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia at 2016-03-31
| Generated by Apache Maven Doxia at 2016-04-02
| Rendered using Apache Maven Fluido Skin 1.4
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="Date-Revision-yyyymmdd" content="20160331" />
<meta name="Date-Revision-yyyymmdd" content="20160402" />
<meta http-equiv="Content-Language" content="en" />
<title>SLF4Bukkit &#x2013; SLF4Bukkit for Plugin Developers</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -122,10 +122,10 @@
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2016-03-31
<li id="publishDate">Last Published: 2016-04-02
<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 0.1.2
<li id="projectVersion">Version: 0.1.3
</li>
@@ -205,23 +205,25 @@
<div class="source"><pre class="prettyprint linenums">&lt;dependency&gt;
&lt;groupId&gt;info.ronjenkins&lt;/groupId&gt;
&lt;artifactId&gt;slf4bukkit&lt;/artifactId&gt;
&lt;version&gt;0.1.2&lt;/version&gt;
&lt;version&gt;0.1.3&lt;/version&gt;
&lt;/dependency&gt;
</pre></div></div>
<ul>
<li>(Optional) Add your desired default configuration values to your plugin&#x2019;s built-in <a class="externalLink" href="http://rjenkinsjr.github.io/slf4bukkit">config.yml</a> file. For more details, see the Javadocs for the <a class="externalLink" href="http://rjenkinsjr.github.io/slf4bukkit/apidocs/org/slf4j/impl/BukkitPluginLoggerAdapter.html">BukkitPluginLoggerAdapter</a> class.</li>
<li>(Optional) Add your desired default configuration values to your plugin&#x2019;s built-in <a href="index.html">config.yml</a> file. For more details, see the Javadocs for the <a href="apidocs/org/slf4j/impl/BukkitLoggerAdapter.html">BukkitLoggerAdapter</a> class.</li>
<li>(Optional) Use the <a class="externalLink" href="http://www.slf4j.org/api/org/slf4j/Logger.html">SLF4J API</a> in your code.
<ul>
<li>SLF4Bukkit supports only <a class="externalLink" href="http://rjenkinsjr.github.io/slf4bukkit/apidocs/info/ronjenkins/slf4bukkit/BukkitColorMarker.html">Bukkit formatting markers</a>, which format the entire message and associated throwable (if any). All other markers are discarded.</li>
<li>SLF4Bukkit supports only <a href="apidocs/info/ronjenkins/slf4bukkit/ColorMarker.html">ColorMarkers</a>, which format the entire message and associated throwable (if any). All other markers are discarded. ColorMarkers always override the default level-specific formatting defined in the plugin config.</li>
<li>In addition to using the Bukkit formatting markers, you can use Bukkit&#x2019;s <tt>ChatColor</tt> values to further format your message.</li>
<li>In addition to using ColorMarkers, you can use Bukkit&#x2019;s <tt>ChatColor</tt> values to further format your message.</li>
<li>SLF4Bukkit issues <tt>ChatColor.RESET</tt> after every log message, so you don&#x2019;t have to worry about resetting after each message.</li>
<li>You can use the <a href="apidocs/info/ronjenkins/slf4bukkit/ColorString.html">ColorString</a> class to easily create colored log messages.</li>
</ul></li>
</ul></div>
</div>