|
Openfire 3.4.3 Javadoc | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Classes | |
---|---|
org.jivesoftware.util.log.util.OutputStreamLogger
Use LoggerOutputStream as this class was misnamed. |
Deprecated Methods | |
---|---|
org.jivesoftware.util.log.output.AbstractTarget.error(String, Throwable)
Use getErrorHandler().error(...) directly |
|
org.jivesoftware.util.log.Logger.getCategory()
This method violates Inversion of Control principle. If you are relying on its presence then there may be something wrong with the design of your system |
|
org.jivesoftware.openfire.launcher.GraphicUtils.getFocusableComponentOrChild(Component)
replaced by GraphicUtils.getFocusableComponentOrChild(Component, boolean) |
|
org.jivesoftware.util.log.output.AbstractOutputTarget.getFormatter()
Access to formatter is not advised and this method will be removed in future iterations. It remains only for backwards compatability. |
|
org.jivesoftware.util.log.Logger.getPriority()
This method violates Inversion of Control principle. It will downgraded to protected access in a future release. When user needs to check priority it is advised that they use the is[Priority]Enabled() functions. |
|
org.jivesoftware.util.log.output.AbstractOutputTarget.output(String)
User should overide send() instead of output(). Output exists for backwards compatability and will be removed in future. |
|
org.jivesoftware.util.log.format.PatternFormatter.setFormat(String)
Parse format in via constructor rather than use this method |
|
org.jivesoftware.util.log.output.AbstractOutputTarget.setFormatter(Formatter)
In future this method will become protected access. |
Deprecated Constructors | |
---|---|
org.jivesoftware.util.log.util.OutputStreamLogger(Logger, Priority)
Use LoggerOutputStream as this class was misnamed. |
|
org.jivesoftware.util.log.format.PatternFormatter()
Use constructor PatternFormatter(String pattern) as this does not correctly initialize object |
|
Openfire 3.4.3 Javadoc | ||||||||
PREV NEXT | FRAMES NO FRAMES |