MINI SHELL

Server : Apache/2.2.2 (Fedora)
System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686
User : apache ( 48)
PHP Version : 5.2.9
Disable Function : NONE
Directory :  /usr/share/javadoc/avalon-logkit/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/share/javadoc/avalon-logkit/deprecated.html
<?xml version="1.0" encoding="US-ASCII"?>
<!DOCTYPE html PUBLIC "-//gnu.org///DTD XHTML 1.1 plus Target 1.0//EN" "./resources/xhtml11-target10.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><title>Deprecated API</title><script src="./resources/gjdoc.js" type="text/javascript"><!-- this comment required for konqueror 3.2.2 --></script><meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"/><meta name="generator" content="GNU Gjdoc Standard Doclet"/><link rel="stylesheet" type="text/css" href="./resources/gjdochtml-clean-layout.css" title="GNU Clean"/><link rel="stylesheet" type="text/css" href="./resources/gjdochtml-clean-color1.css" title="GNU Clean"/></head><body class="content deprecated" onload="if(parent.contentPageLoaded)parent.contentPageLoaded(document.title)"><table class="navbar div top"><tr><td class="navbar div top"><div class="navbar div top"><span class="navbar item enabled"><a href="./overview-summary.html">Overview</a></span> <span class="navbar item disabled">Package</span> <span class="navbar item enabled"><a href="tree.html">Tree</a></span> <span class="navbar item enabled"><a href="./alphaindex.html">Index</a></span> <span class="navbar item active">Deprecated</span> <span class="navbar item enabled"><a href="./about.html">About</a></span></div></td></tr><tr><td class="navi"></td><td class="navi"><a href="./index.html" title="Show in a frameset" target="_top">Frames</a> | <a href="deprecated.html" title="Show without frames" target="_top">No Frames</a> </td></tr></table><h1 class="deprecation title">Deprecated API</h1><div class="dep-toc"><h3 class="header">Contents</h3><ul class="list"><li class="entry"><a href="#interfaces">Deprecated Interfaces</a></li><li class="entry"><a href="#classes">Deprecated Classes</a></li><li class="entry"><a href="#fields">Deprecated Fields</a></li><li class="entry"><a href="#methods">Deprecated Methods</a></li><li class="entry"><a href="#constructors">Deprecated Constructors</a></li></ul></div><div class="dep-list"><a name="interfaces" id="interfaces"/><dl class="table container"><dd><table class="summary" border="1" width="100%"><tr class="table header"><td colspan="2"><h2 class="table header">Deprecated Interfaces</h2></td></tr><tr><td class="left"><a href="./org/apache/log/FilterTarget.html" title="Interface in org.apache.log">FilterTarget</a><div class="description">Interface offered no significant advantage and thus will no
longer be used by new interfaces</div></td></tr><tr><td class="left"><a href="./org/apache/log/Formatter.html" title="Interface in org.apache.log">Formatter</a><div class="description">Use org.apache.log.format.Formatter instead.</div></td></tr></table></dd></dl>
<a name="classes" id="classes"/><dl class="table container"><dd><table class="summary" border="1" width="100%"><tr class="table header"><td colspan="2"><h2 class="table header">Deprecated Classes</h2></td></tr><tr><td class="left"><a href="./org/apache/log/format/AvalonFormatter.html" title="Class in org.apache.log.format">AvalonFormatter</a><div class="description">Use <code>org.apache.avalon.framework.logger.AvalonFormatter</code>
instead of this one.</div></td></tr><tr><td class="left"><a href="./org/apache/log/ContextStack.html" title="Class in org.apache.log">ContextStack</a><div class="description">This class has been deprecated as it encouraged use of bad
design practices.</div></td></tr><tr><td class="left"><a href="./org/apache/log/output/DatagramOutputTarget.html" title="Class in org.apache.log.output">DatagramOutputTarget</a><div class="description">Use org.apache.log.output.net.DatagramOutputTarget instead</div></td></tr><tr><td class="left"><a href="./org/apache/log/output/DefaultOutputLogTarget.html" title="Class in org.apache.log.output">DefaultOutputLogTarget</a><div class="description">Use org.apache.log.output.io.WriterTarget or
org.apache.log.output.io.StreamTarget as appropriate
as this class encourages unsafe behaviour</div></td></tr><tr><td class="left"><a href="./org/apache/log/output/FileOutputLogTarget.html" title="Class in org.apache.log.output">FileOutputLogTarget</a><div class="description">Use org.apache.log.output.io.FileTarget as this class is not thread safe</div></td></tr><tr><td class="left"><a href="./org/apache/log/LogKit.html" title="Class in org.apache.log">LogKit</a><div class="description">Instead of using LogKit directly use the facilities in code itself</div></td></tr><tr><td class="left"><a href="./org/apache/log/util/OutputStreamLogger.html" title="Class in org.apache.log.util">OutputStreamLogger</a><div class="description">Use LoggerOutputStream as this class was misnamed.</div></td></tr></table></dd></dl>
<a name="exceptions" id="exceptions"/><a name="errors" id="errors"/><a name="fields" id="fields"/><dl class="table container"><dd><table class="summary" border="1" width="100%"><tr class="table header"><td colspan="2"><h2 class="table header">Deprecated Fields</h2></td></tr><tr><td class="left"><a href="./org/apache/log/output/AbstractOutputTarget.html#m_formatter">org.apache.log.output.AbstractOutputTarget.m_formatter</a><div class="description">You should not be directly accessing this attribute
as it will become private next release</div></td></tr><tr><td class="left"><a href="./org/apache/log/output/io/WriterTarget.html#m_output">org.apache.log.output.io.WriterTarget.m_output</a><div class="description">Accessing this variable in subclasses is no longer supported
and will become private in the future.</div></td></tr></table></dd></dl>
<a name="methods" id="methods"/><dl class="table container"><dd><table class="summary" border="1" width="100%"><tr class="table header"><td colspan="2"><h2 class="table header">Deprecated Methods</h2></td></tr><tr><td class="left"><a href="./org/apache/log/output/AbstractOutputTarget.html#getFormatter()">org.apache.log.output.AbstractOutputTarget.getFormatter()</a><div class="description">Access to formatter is not advised and this method will be removed
in future iterations.</div></td></tr><tr><td class="left"><a href="./org/apache/log/output/AbstractOutputTarget.html#setFormatter(org.apache.log.format.Formatter)">org.apache.log.output.AbstractOutputTarget.setFormatter(Formatter)</a><div class="description">In future this method will become protected access.</div></td></tr><tr><td class="left"><a href="./org/apache/log/output/AbstractOutputTarget.html#output(String)">org.apache.log.output.AbstractOutputTarget.output(String)</a><div class="description">User should overide write() instead of output().</div></td></tr><tr><td class="left"><a href="./org/apache/log/output/AbstractTarget.html#error(String,Throwable)">org.apache.log.output.AbstractTarget.error(String,Throwable)</a><div class="description">Use getErrorHandler().error(...) directly</div></td></tr><tr><td class="left"><a href="./org/apache/log/output/DefaultOutputLogTarget.html#initPattern()">org.apache.log.output.DefaultOutputLogTarget.initPattern()</a><div class="description">This is no longer the recomended way to set formatter.</div></td></tr><tr><td class="left"><a href="./org/apache/log/output/DefaultOutputLogTarget.html#setFormat(String)">org.apache.log.output.DefaultOutputLogTarget.setFormat(String)</a><div class="description">This method is unsafe as it assumes formatter is PatternFormatter
and accesses a protected attribute.</div></td></tr><tr><td class="left"><a href="./org/apache/log/Hierarchy.html#log(String,Throwable)">org.apache.log.Hierarchy.log(String,Throwable)</a><div class="description">Logging components should use ErrorHandler rather than Hierarchy.log()</div></td></tr><tr><td class="left"><a href="./org/apache/log/Hierarchy.html#log(String)">org.apache.log.Hierarchy.log(String)</a><div class="description">Logging components should use ErrorHandler rather than Hierarchy.log()</div></td></tr><tr><td class="left"><a href="./org/apache/log/LogEvent.html#getContextStack()">org.apache.log.LogEvent.getContextStack()</a><div class="description">ContextStack has been deprecated and thus so has this method</div></td></tr><tr><td class="left"><a href="./org/apache/log/LogEvent.html#setContextStack(org.apache.log.ContextStack)">org.apache.log.LogEvent.setContextStack(ContextStack)</a><div class="description">ContextStack has been deprecated and thus so has this method</div></td></tr><tr><td class="left"><a href="./org/apache/log/Logger.html#getPriority()">org.apache.log.Logger.getPriority()</a><div class="description">This method violates Inversion of Control principle.</div></td></tr><tr><td class="left"><a href="./org/apache/log/Logger.html#getCategory()">org.apache.log.Logger.getCategory()</a><div class="description">This method violates Inversion of Control principle.</div></td></tr><tr><td class="left"><a href="./org/apache/log/Logger.html#getLogTargets()">org.apache.log.Logger.getLogTargets()</a><div class="description">This method is deprecated and will be removed in Future version.</div></td></tr><tr><td class="left"><a href="./org/apache/log/LogKit.html#getCurrentContext()">org.apache.log.LogKit.getCurrentContext()</a><div class="description">Use ContextStack.getCurrentContext() instead</div></td></tr><tr><td class="left"><a href="./org/apache/log/LogKit.html#getLoggerFor(String)">org.apache.log.LogKit.getLoggerFor(String)</a><div class="description">Use Hierarchy.getDefaultHierarchy().getLoggerFor() instead</div></td></tr><tr><td class="left"><a href="./org/apache/log/LogKit.html#getPriorityForName(String)">org.apache.log.LogKit.getPriorityForName(String)</a><div class="description">Use Priority.getPriorityForName() instead</div></td></tr><tr><td class="left"><a href="./org/apache/log/LogKit.html#log(String,Throwable)">org.apache.log.LogKit.log(String,Throwable)</a><div class="description">Use Hierarchy.getDefaultHierarchy().log() instead</div></td></tr><tr><td class="left"><a href="./org/apache/log/LogKit.html#log(String)">org.apache.log.LogKit.log(String)</a><div class="description">Use Hierarchy.getDefaultHierarchy().log() instead</div></td></tr><tr><td class="left"><a href="./org/apache/log/LogKit.html#setDefaultLogTarget(org.apache.log.LogTarget)">org.apache.log.LogKit.setDefaultLogTarget(LogTarget)</a><div class="description">Use Hierarchy.getDefaultHierarchy().setDefaultLogTarget() instead</div></td></tr><tr><td class="left"><a href="./org/apache/log/format/PatternFormatter.html#getContext(org.apache.log.ContextStack,String)">org.apache.log.format.PatternFormatter.getContext(ContextStack,String)</a><div class="description">Use getContextStack rather than this method</div></td></tr><tr><td class="left"><a href="./org/apache/log/format/PatternFormatter.html#setFormat(String)">org.apache.log.format.PatternFormatter.setFormat(String)</a><div class="description">Parse format in via constructor rather than use this method</div></td></tr></table></dd></dl>
<a name="constructors" id="constructors"/><dl class="table container"><dd><table class="summary" border="1" width="100%"><tr class="table header"><td colspan="2"><h2 class="table header">Deprecated Constructors</h2></td></tr><tr><td class="left"><a href="./org/apache/log/util/OutputStreamLogger.html#OutputStreamLogger(org.apache.log.Logger,org.apache.log.Priority)">org.apache.log.util.OutputStreamLogger.OutputStreamLogger(Logger,Priority)</a><div class="description">Use LoggerOutputStream as this class was misnamed.</div></td></tr><tr><td class="left"><a href="./org/apache/log/format/PatternFormatter.html#PatternFormatter()">org.apache.log.format.PatternFormatter.PatternFormatter()</a><div class="description">Use constructor PatternFormatter(String pattern) as this does not
correctly initialize object</div></td></tr></table></dd></dl>
</div><p class="navbar bottom spacer"> </p><table class="navbar div bottom"><tr><td><div class="navbar div top"><span class="navbar item enabled"><a href="./overview-summary.html">Overview</a></span> <span class="navbar item disabled">Package</span> <span class="navbar item enabled"><a href="tree.html">Tree</a></span> <span class="navbar item enabled"><a href="./alphaindex.html">Index</a></span> <span class="navbar item active">Deprecated</span> <span class="navbar item enabled"><a href="./about.html">About</a></span></div></td></tr></table></body></html>

Anon7 - 2021