Publishing site for version 0.1.3
This commit is contained in:
18
devs.html
18
devs.html
@@ -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 – 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"><dependency>
|
||||
<groupId>info.ronjenkins</groupId>
|
||||
<artifactId>slf4bukkit</artifactId>
|
||||
<version>0.1.2</version>
|
||||
<version>0.1.3</version>
|
||||
</dependency>
|
||||
</pre></div></div>
|
||||
|
||||
<ul>
|
||||
|
||||
<li>(Optional) Add your desired default configuration values to your plugin’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’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’s <tt>ChatColor</tt> values to further format your message.</li>
|
||||
<li>In addition to using ColorMarkers, you can use Bukkit’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’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>
|
||||
|
||||
Reference in New Issue
Block a user