0

Publishing site for version 0.1.2

This commit is contained in:
Ronald J. Jenkins Jr
2016-04-01 03:41:19 +00:00
parent 20fa047d90
commit 4f9c6e65fa
55 changed files with 4550 additions and 1419 deletions

View File

@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia at 2016-03-29
| Generated by Apache Maven Doxia at 2016-03-31
| 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="20160329" />
<meta name="Date-Revision-yyyymmdd" content="20160331" />
<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-29
<li id="publishDate">Last Published: 2016-03-31
<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 0.1.1
<li id="projectVersion">Version: 0.1.2
</li>
@@ -196,6 +196,8 @@
<ul>
<li>Reference the <a class="externalLink" href="https://github.com/rjenkinsjr/maven2">rjenkinsjr Maven2 Repository</a> in your POM.</li>
<li><a class="externalLink" href="https://maven.apache.org/plugins/maven-shade-plugin/usage.html">Shade</a> SLF4Bukkit into your plugin project:</li>
</ul>
@@ -203,7 +205,7 @@
<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.1&lt;/version&gt;
&lt;version&gt;0.1.2&lt;/version&gt;
&lt;/dependency&gt;
</pre></div></div>
@@ -211,7 +213,16 @@
<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) Use the <a class="externalLink" href="http://www.slf4j.org/api/org/slf4j/Logger.html">SLF4J API</a> in your code. Note that SLF4Bukkit does not support markers.</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>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>SLF4Bukkit issues <tt>ChatColor.RESET</tt> after every log message, so you don&#x2019;t have to worry about resetting after each message.</li>
</ul></li>
</ul></div>
</div>
</div>