0

Publishing site for version 0.1.4

This commit is contained in:
Ronald J. Jenkins Jr
2016-04-02 05:10:37 +00:00
parent 0daf61ad7f
commit 11c091e34b
53 changed files with 1061 additions and 1059 deletions

View File

@@ -2,16 +2,16 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_80) on Sat Apr 02 00:52:07 EDT 2016 -->
<!-- Generated by javadoc (version 1.7.0_80) on Sat Apr 02 01:05:08 EDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>BukkitLoggerAdapter (SLF4Bukkit 0.1.3 API)</title>
<title>BukkitLoggerAdapter (SLF4Bukkit 0.1.4 API)</title>
<meta name="date" content="2016-04-02">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="BukkitLoggerAdapter (SLF4Bukkit 0.1.3 API)";
parent.document.title="BukkitLoggerAdapter (SLF4Bukkit 0.1.4 API)";
}
//-->
</script>
@@ -145,12 +145,13 @@ implements org.slf4j.Logger</pre>
the current thread name, wrapped in brackets. If unspecified or given any
other value, defaults to <code>false</code>.</li>
<li><code>slf4j.format.LEVEL</code> - Default format for all messages of this
level. Possible values come are Bukkit's <a href="../../../info/ronjenkins/slf4bukkit/ColorMarker.html" title="enum in info.ronjenkins.slf4bukkit"><code>ColorMarker</code></a> values. Both
keys and values in this section are treated as case-insensitive. Invalid
<li><code>slf4j.colors.LEVEL</code> - Default color for all messages of this
level. Possible values come from SLF4Bukkit's <a href="../../../info/ronjenkins/slf4bukkit/ColorMarker.html" title="enum in info.ronjenkins.slf4bukkit"><code>ColorMarker</code></a> values.
Both keys and values in this section are treated as case-insensitive. Invalid
values for either the key or value of an entry result in that entry being
ignored. Default values are: error=RED, warn=YELLOW, others=RESET.
<a href="../../../info/ronjenkins/slf4bukkit/ColorMarker.html" title="enum in info.ronjenkins.slf4bukkit"><code>ColorMarker</code></a>s always override these config values.</li>
ignored. Default values are: error=RED, warn=YELLOW, others=NONE. When used
programmatically via methods in this class, <a href="../../../info/ronjenkins/slf4bukkit/ColorMarker.html" title="enum in info.ronjenkins.slf4bukkit"><code>ColorMarker</code></a>s always
override these config values.</li>
<li><code>slf4j.log.&lt;em&gt;a.b.c&lt;/em&gt;</code> - Logging detail level for an SLF4Bukkit
logger instance in this plugin named "a.b.c". Right-side value must be one of