|
Deprecated Annotation Types |
org.jboss.logging.Cause
Use org.jboss.logging.annotations.Cause provided in module org.jboss.logging:jboss-logging-annotations |
org.jboss.logging.Field
Use org.jboss.logging.annotations.Field provided in module org.jboss.logging:jboss-logging-annotations |
org.jboss.logging.FormatWith
Use org.jboss.logging.annotations.FormatWith provided in module org.jboss.logging:jboss-logging-annotations |
org.jboss.logging.LoggingClass
Use org.jboss.logging.annotations.LoggingClass provided in module org.jboss.logging:jboss-logging-annotations |
org.jboss.logging.LogMessage
Use org.jboss.logging.annotations.LogMessage provided in module org.jboss.logging:jboss-logging-annotations |
org.jboss.logging.Message
Use org.jboss.logging.annotations.Message provided in module org.jboss.logging:jboss-logging-annotations |
org.jboss.logging.MessageBundle
Use org.jboss.logging.annotations.MessageBundle provided in module org.jboss.logging:jboss-logging-annotations |
org.jboss.logging.MessageLogger
Use org.jboss.logging.annotations.MessageLogger provided in module org.jboss.logging:jboss-logging-annotations |
org.jboss.logging.Param
Use org.jboss.logging.annotations.Param provided in module org.jboss.logging:jboss-logging-annotations |
org.jboss.logging.Property
Use org.jboss.logging.annotations.Property provided in module org.jboss.logging:jboss-logging-annotations |
|
Deprecated Methods |
org.jboss.logging.Logger.debug(Object, Object[])
To log a message with parameters, using Logger.debugv(String, Object...) is recommended. |
org.jboss.logging.Logger.debug(Object, Object[], Throwable)
To log a message with parameters, using Logger.debugv(Throwable, String, Object...) is recommended. |
org.jboss.logging.Logger.error(Object, Object[])
To log a message with parameters, using Logger.errorv(String, Object...) is recommended. |
org.jboss.logging.Logger.error(Object, Object[], Throwable)
To log a message with parameters, using Logger.errorv(Throwable, String, Object...) is recommended. |
org.jboss.logging.Logger.fatal(Object, Object[])
To log a message with parameters, using Logger.fatalv(String, Object...) is recommended. |
org.jboss.logging.Logger.fatal(Object, Object[], Throwable)
To log a message with parameters, using Logger.fatalv(Throwable, String, Object...) is recommended. |
org.jboss.logging.Logger.info(Object, Object[])
To log a message with parameters, using Logger.infov(String, Object...) is recommended. |
org.jboss.logging.Logger.info(Object, Object[], Throwable)
To log a message with parameters, using Logger.infov(Throwable, String, Object...) is recommended. |
org.jboss.logging.Logger.log(Logger.Level, Object, Object[])
To log a message with parameters, using Logger.logv(Level, String, Object...) is recommended. |
org.jboss.logging.Logger.log(Logger.Level, Object, Object[], Throwable)
To log a message with parameters, using Logger.logv(Level, Throwable, String, Object...) is recommended. |
org.jboss.logging.Logger.trace(Object, Object[])
To log a message with parameters, using Logger.tracev(String, Object...) is recommended. |
org.jboss.logging.Logger.trace(Object, Object[], Throwable)
To log a message with parameters, using Logger.tracev(Throwable, String, Object...) is recommended. |
org.jboss.logging.Logger.warn(Object, Object[])
To log a message with parameters, using Logger.warnv(String, Object...) is recommended. |
org.jboss.logging.Logger.warn(Object, Object[], Throwable)
To log a message with parameters, using Logger.warnv(Throwable, String, Object...) is recommended. |