397 lines
25 KiB
HTML
397 lines
25 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<!-- NewPage -->
|
|
<html lang="en">
|
|
<head>
|
|
<!-- Generated by javadoc (version 1.7.0_80) on Tue Mar 29 22:23:16 EDT 2016 -->
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>Index (SLF4Bukkit 0.1.1 API)</title>
|
|
<meta name="date" content="2016-03-29">
|
|
<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="Index (SLF4Bukkit 0.1.1 API)";
|
|
}
|
|
//-->
|
|
</script>
|
|
<noscript>
|
|
<div>JavaScript is disabled on your browser.</div>
|
|
</noscript>
|
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
<div class="topNav"><a name="navbar_top">
|
|
<!-- -->
|
|
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="navList" title="Navigation">
|
|
<li><a href="./org/slf4j/impl/package-summary.html">Package</a></li>
|
|
<li>Class</li>
|
|
<li>Use</li>
|
|
<li><a href="./org/slf4j/impl/package-tree.html">Tree</a></li>
|
|
<li><a href="./deprecated-list.html">Deprecated</a></li>
|
|
<li class="navBarCell1Rev">Index</li>
|
|
<li><a href="./help-doc.html">Help</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="subNav">
|
|
<ul class="navList">
|
|
<li>Prev</li>
|
|
<li>Next</li>
|
|
</ul>
|
|
<ul class="navList">
|
|
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
|
|
<li><a href="index-all.html" target="_top">No Frames</a></li>
|
|
</ul>
|
|
<ul class="navList" id="allclasses_navbar_top">
|
|
<li><a href="./allclasses-noframe.html">All Classes</a></li>
|
|
</ul>
|
|
<div>
|
|
<script type="text/javascript"><!--
|
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
|
if(window==top) {
|
|
allClassesLink.style.display = "block";
|
|
}
|
|
else {
|
|
allClassesLink.style.display = "none";
|
|
}
|
|
//-->
|
|
</script>
|
|
</div>
|
|
<a name="skip-navbar_top">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
<div class="contentContainer"><a href="#_B_">B</a> <a href="#_D_">D</a> <a href="#_E_">E</a> <a href="#_G_">G</a> <a href="#_I_">I</a> <a href="#_O_">O</a> <a href="#_R_">R</a> <a href="#_S_">S</a> <a href="#_T_">T</a> <a href="#_W_">W</a> <a name="_B_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">B</h2>
|
|
<dl>
|
|
<dt><a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html" title="class in org.slf4j.impl"><span class="strong">BukkitPluginLoggerAdapter</span></a> - Class in <a href="./org/slf4j/impl/package-summary.html">org.slf4j.impl</a></dt>
|
|
<dd>
|
|
<div class="block">
|
|
A merger of SLF4J's <code>SimpleLogger</code> and <code>JDK14LoggerAdapter</code>,
|
|
wired to log all messages to the enclosing Bukkit plugin.</div>
|
|
</dd>
|
|
<dt><a href="./org/slf4j/impl/BukkitPluginLoggerFactory.html" title="class in org.slf4j.impl"><span class="strong">BukkitPluginLoggerFactory</span></a> - Class in <a href="./org/slf4j/impl/package-summary.html">org.slf4j.impl</a></dt>
|
|
<dd>
|
|
<div class="block">An implementation of <code>ILoggerFactory</code> which always returns
|
|
<a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html" title="class in org.slf4j.impl"><code>BukkitPluginLoggerAdapter</code></a> instances.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/BukkitPluginLoggerFactory.html#BukkitPluginLoggerFactory()">BukkitPluginLoggerFactory()</a></span> - Constructor for class org.slf4j.impl.<a href="./org/slf4j/impl/BukkitPluginLoggerFactory.html" title="class in org.slf4j.impl">BukkitPluginLoggerFactory</a></dt>
|
|
<dd> </dd>
|
|
</dl>
|
|
<a name="_D_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">D</h2>
|
|
<dl>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html#debug(java.lang.String)">debug(String)</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html" title="class in org.slf4j.impl">BukkitPluginLoggerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">A simple implementation which logs messages of level DEBUG according
|
|
to the format outlined above.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html#debug(java.lang.String,%20java.lang.Object)">debug(String, Object)</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html" title="class in org.slf4j.impl">BukkitPluginLoggerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Perform single parameter substitution before logging the message of level
|
|
DEBUG according to the format outlined above.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html#debug(java.lang.String,%20java.lang.Object...)">debug(String, Object...)</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html" title="class in org.slf4j.impl">BukkitPluginLoggerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Perform double parameter substitution before logging the message of level
|
|
DEBUG according to the format outlined above.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html#debug(java.lang.String,%20java.lang.Object,%20java.lang.Object)">debug(String, Object, Object)</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html" title="class in org.slf4j.impl">BukkitPluginLoggerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Perform double parameter substitution before logging the message of level
|
|
DEBUG according to the format outlined above.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html#debug(java.lang.String,%20java.lang.Throwable)">debug(String, Throwable)</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html" title="class in org.slf4j.impl">BukkitPluginLoggerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Log a message of level DEBUG, including an exception.</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="_E_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">E</h2>
|
|
<dl>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html#error(java.lang.String)">error(String)</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html" title="class in org.slf4j.impl">BukkitPluginLoggerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">A simple implementation which always logs messages of level ERROR according
|
|
to the format outlined above.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html#error(java.lang.String,%20java.lang.Object)">error(String, Object)</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html" title="class in org.slf4j.impl">BukkitPluginLoggerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Perform single parameter substitution before logging the message of level
|
|
ERROR according to the format outlined above.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html#error(java.lang.String,%20java.lang.Object...)">error(String, Object...)</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html" title="class in org.slf4j.impl">BukkitPluginLoggerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Perform double parameter substitution before logging the message of level
|
|
ERROR according to the format outlined above.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html#error(java.lang.String,%20java.lang.Object,%20java.lang.Object)">error(String, Object, Object)</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html" title="class in org.slf4j.impl">BukkitPluginLoggerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Perform double parameter substitution before logging the message of level
|
|
ERROR according to the format outlined above.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html#error(java.lang.String,%20java.lang.Throwable)">error(String, Throwable)</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html" title="class in org.slf4j.impl">BukkitPluginLoggerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Log a message of level ERROR, including an exception.</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="_G_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">G</h2>
|
|
<dl>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/BukkitPluginLoggerFactory.html#getLogger(java.lang.String)">getLogger(String)</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/BukkitPluginLoggerFactory.html" title="class in org.slf4j.impl">BukkitPluginLoggerFactory</a></dt>
|
|
<dd>
|
|
<div class="block">Return an appropriate <a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html" title="class in org.slf4j.impl"><code>BukkitPluginLoggerAdapter</code></a> instance by name.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/StaticLoggerBinder.html#getLoggerFactory()">getLoggerFactory()</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/StaticLoggerBinder.html" title="class in org.slf4j.impl">StaticLoggerBinder</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/StaticLoggerBinder.html#getLoggerFactoryClassStr()">getLoggerFactoryClassStr()</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/StaticLoggerBinder.html" title="class in org.slf4j.impl">StaticLoggerBinder</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/StaticMarkerBinder.html#getMarkerFactory()">getMarkerFactory()</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/StaticMarkerBinder.html" title="class in org.slf4j.impl">StaticMarkerBinder</a></dt>
|
|
<dd>
|
|
<div class="block">Currently this method always returns an instance of
|
|
<code>BasicMarkerFactory</code>.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/StaticMarkerBinder.html#getMarkerFactoryClassStr()">getMarkerFactoryClassStr()</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/StaticMarkerBinder.html" title="class in org.slf4j.impl">StaticMarkerBinder</a></dt>
|
|
<dd>
|
|
<div class="block">Currently, this method returns the class name of <code>BasicMarkerFactory</code>
|
|
.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/StaticMDCBinder.html#getMDCA()">getMDCA()</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/StaticMDCBinder.html" title="class in org.slf4j.impl">StaticMDCBinder</a></dt>
|
|
<dd>
|
|
<div class="block">Currently this method always returns an instance of <code>BasicMDCAdapter</code>
|
|
.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/StaticMDCBinder.html#getMDCAdapterClassStr()">getMDCAdapterClassStr()</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/StaticMDCBinder.html" title="class in org.slf4j.impl">StaticMDCBinder</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/StaticLoggerBinder.html#getSingleton()">getSingleton()</a></span> - Static method in class org.slf4j.impl.<a href="./org/slf4j/impl/StaticLoggerBinder.html" title="class in org.slf4j.impl">StaticLoggerBinder</a></dt>
|
|
<dd>
|
|
<div class="block">Return the singleton of this class.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/StaticMarkerBinder.html#getSingleton()">getSingleton()</a></span> - Static method in class org.slf4j.impl.<a href="./org/slf4j/impl/StaticMarkerBinder.html" title="class in org.slf4j.impl">StaticMarkerBinder</a></dt>
|
|
<dd>
|
|
<div class="block">Return the singleton of this class.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/StaticMDCBinder.html#getSingleton()">getSingleton()</a></span> - Static method in class org.slf4j.impl.<a href="./org/slf4j/impl/StaticMDCBinder.html" title="class in org.slf4j.impl">StaticMDCBinder</a></dt>
|
|
<dd>
|
|
<div class="block">Return the singleton of this class.</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="_I_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">I</h2>
|
|
<dl>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html#info(java.lang.String)">info(String)</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html" title="class in org.slf4j.impl">BukkitPluginLoggerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">A simple implementation which logs messages of level INFO according
|
|
to the format outlined above.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html#info(java.lang.String,%20java.lang.Object)">info(String, Object)</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html" title="class in org.slf4j.impl">BukkitPluginLoggerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Perform single parameter substitution before logging the message of level
|
|
INFO according to the format outlined above.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html#info(java.lang.String,%20java.lang.Object...)">info(String, Object...)</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html" title="class in org.slf4j.impl">BukkitPluginLoggerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Perform double parameter substitution before logging the message of level
|
|
INFO according to the format outlined above.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html#info(java.lang.String,%20java.lang.Object,%20java.lang.Object)">info(String, Object, Object)</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html" title="class in org.slf4j.impl">BukkitPluginLoggerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Perform double parameter substitution before logging the message of level
|
|
INFO according to the format outlined above.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html#info(java.lang.String,%20java.lang.Throwable)">info(String, Throwable)</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html" title="class in org.slf4j.impl">BukkitPluginLoggerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Log a message of level INFO, including an exception.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html#init(boolean)">init(boolean)</a></span> - Static method in class org.slf4j.impl.<a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html" title="class in org.slf4j.impl">BukkitPluginLoggerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">(Re)initializes all SLF4Bukkit loggers, relying on the YAML configuration
|
|
of the enclosing plugin.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html#isDebugEnabled()">isDebugEnabled()</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html" title="class in org.slf4j.impl">BukkitPluginLoggerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Are <code>debug</code> messages currently enabled?</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html#isErrorEnabled()">isErrorEnabled()</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html" title="class in org.slf4j.impl">BukkitPluginLoggerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Are <code>error</code> messages currently enabled?</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html#isInfoEnabled()">isInfoEnabled()</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html" title="class in org.slf4j.impl">BukkitPluginLoggerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Are <code>info</code> messages currently enabled?</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html#isTraceEnabled()">isTraceEnabled()</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html" title="class in org.slf4j.impl">BukkitPluginLoggerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Are <code>trace</code> messages currently enabled?</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html#isWarnEnabled()">isWarnEnabled()</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html" title="class in org.slf4j.impl">BukkitPluginLoggerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Are <code>warn</code> messages currently enabled?</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="_O_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">O</h2>
|
|
<dl>
|
|
<dt><a href="./org/slf4j/impl/package-summary.html">org.slf4j.impl</a> - package org.slf4j.impl</dt>
|
|
<dd> </dd>
|
|
</dl>
|
|
<a name="_R_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">R</h2>
|
|
<dl>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/StaticLoggerBinder.html#REQUESTED_API_VERSION">REQUESTED_API_VERSION</a></span> - Static variable in class org.slf4j.impl.<a href="./org/slf4j/impl/StaticLoggerBinder.html" title="class in org.slf4j.impl">StaticLoggerBinder</a></dt>
|
|
<dd>
|
|
<div class="block">Declare the version of the SLF4J API this implementation is compiled
|
|
against.</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="_S_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">S</h2>
|
|
<dl>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/StaticMarkerBinder.html#SINGLETON">SINGLETON</a></span> - Static variable in class org.slf4j.impl.<a href="./org/slf4j/impl/StaticMarkerBinder.html" title="class in org.slf4j.impl">StaticMarkerBinder</a></dt>
|
|
<dd>
|
|
<div class="block">The unique instance of this class.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/StaticMDCBinder.html#SINGLETON">SINGLETON</a></span> - Static variable in class org.slf4j.impl.<a href="./org/slf4j/impl/StaticMDCBinder.html" title="class in org.slf4j.impl">StaticMDCBinder</a></dt>
|
|
<dd>
|
|
<div class="block">The unique instance of this class.</div>
|
|
</dd>
|
|
<dt><a href="./org/slf4j/impl/StaticLoggerBinder.html" title="class in org.slf4j.impl"><span class="strong">StaticLoggerBinder</span></a> - Class in <a href="./org/slf4j/impl/package-summary.html">org.slf4j.impl</a></dt>
|
|
<dd>
|
|
<div class="block">The binding of <code>LoggerFactory</code> class with an actual instance of
|
|
<code>ILoggerFactory</code> is performed using information returned by this class.</div>
|
|
</dd>
|
|
<dt><a href="./org/slf4j/impl/StaticMarkerBinder.html" title="class in org.slf4j.impl"><span class="strong">StaticMarkerBinder</span></a> - Class in <a href="./org/slf4j/impl/package-summary.html">org.slf4j.impl</a></dt>
|
|
<dd>
|
|
<div class="block">The binding of <code>MarkerFactory</code> class with an actual instance of
|
|
<code>IMarkerFactory</code> is performed using information returned by this class.</div>
|
|
</dd>
|
|
<dt><a href="./org/slf4j/impl/StaticMDCBinder.html" title="class in org.slf4j.impl"><span class="strong">StaticMDCBinder</span></a> - Class in <a href="./org/slf4j/impl/package-summary.html">org.slf4j.impl</a></dt>
|
|
<dd>
|
|
<div class="block">This implementation is bound to <code>BasicMDCAdapter</code>.</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="_T_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">T</h2>
|
|
<dl>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html#trace(java.lang.String)">trace(String)</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html" title="class in org.slf4j.impl">BukkitPluginLoggerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">A simple implementation which logs messages of level TRACE according
|
|
to the format outlined above.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html#trace(java.lang.String,%20java.lang.Object)">trace(String, Object)</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html" title="class in org.slf4j.impl">BukkitPluginLoggerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Perform single parameter substitution before logging the message of level
|
|
TRACE according to the format outlined above.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html#trace(java.lang.String,%20java.lang.Object...)">trace(String, Object...)</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html" title="class in org.slf4j.impl">BukkitPluginLoggerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Perform double parameter substitution before logging the message of level
|
|
TRACE according to the format outlined above.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html#trace(java.lang.String,%20java.lang.Object,%20java.lang.Object)">trace(String, Object, Object)</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html" title="class in org.slf4j.impl">BukkitPluginLoggerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Perform double parameter substitution before logging the message of level
|
|
TRACE according to the format outlined above.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html#trace(java.lang.String,%20java.lang.Throwable)">trace(String, Throwable)</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html" title="class in org.slf4j.impl">BukkitPluginLoggerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Log a message of level TRACE, including an exception.</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="_W_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">W</h2>
|
|
<dl>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html#warn(java.lang.String)">warn(String)</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html" title="class in org.slf4j.impl">BukkitPluginLoggerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">A simple implementation which always logs messages of level WARN according
|
|
to the format outlined above.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html#warn(java.lang.String,%20java.lang.Object)">warn(String, Object)</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html" title="class in org.slf4j.impl">BukkitPluginLoggerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Perform single parameter substitution before logging the message of level
|
|
WARN according to the format outlined above.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html#warn(java.lang.String,%20java.lang.Object...)">warn(String, Object...)</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html" title="class in org.slf4j.impl">BukkitPluginLoggerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Perform double parameter substitution before logging the message of level
|
|
WARN according to the format outlined above.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html#warn(java.lang.String,%20java.lang.Object,%20java.lang.Object)">warn(String, Object, Object)</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html" title="class in org.slf4j.impl">BukkitPluginLoggerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Perform double parameter substitution before logging the message of level
|
|
WARN according to the format outlined above.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html#warn(java.lang.String,%20java.lang.Throwable)">warn(String, Throwable)</a></span> - Method in class org.slf4j.impl.<a href="./org/slf4j/impl/BukkitPluginLoggerAdapter.html" title="class in org.slf4j.impl">BukkitPluginLoggerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Log a message of level WARN, including an exception.</div>
|
|
</dd>
|
|
</dl>
|
|
<a href="#_B_">B</a> <a href="#_D_">D</a> <a href="#_E_">E</a> <a href="#_G_">G</a> <a href="#_I_">I</a> <a href="#_O_">O</a> <a href="#_R_">R</a> <a href="#_S_">S</a> <a href="#_T_">T</a> <a href="#_W_">W</a> </div>
|
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
<div class="bottomNav"><a name="navbar_bottom">
|
|
<!-- -->
|
|
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="navList" title="Navigation">
|
|
<li><a href="./org/slf4j/impl/package-summary.html">Package</a></li>
|
|
<li>Class</li>
|
|
<li>Use</li>
|
|
<li><a href="./org/slf4j/impl/package-tree.html">Tree</a></li>
|
|
<li><a href="./deprecated-list.html">Deprecated</a></li>
|
|
<li class="navBarCell1Rev">Index</li>
|
|
<li><a href="./help-doc.html">Help</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="subNav">
|
|
<ul class="navList">
|
|
<li>Prev</li>
|
|
<li>Next</li>
|
|
</ul>
|
|
<ul class="navList">
|
|
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
|
|
<li><a href="index-all.html" target="_top">No Frames</a></li>
|
|
</ul>
|
|
<ul class="navList" id="allclasses_navbar_bottom">
|
|
<li><a href="./allclasses-noframe.html">All Classes</a></li>
|
|
</ul>
|
|
<div>
|
|
<script type="text/javascript"><!--
|
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
|
if(window==top) {
|
|
allClassesLink.style.display = "block";
|
|
}
|
|
else {
|
|
allClassesLink.style.display = "none";
|
|
}
|
|
//-->
|
|
</script>
|
|
</div>
|
|
<a name="skip-navbar_bottom">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
<p class="legalCopy"><small>Copyright © 2016. All rights reserved.</small></p>
|
|
</body>
|
|
</html>
|