Package org.slf4j.helpers
Class Util
java.lang.Object
org.slf4j.helpers.Util
- 
Method SummaryModifier and TypeMethodDescriptionstatic Class<?> Returns the name of the class which called the invoking method.static final voidDeprecated.static final voidDeprecated.replaced by theReporter.error(String, Throwable)method.static booleanstatic String
- 
Method Details- 
safeGetSystemProperty
- 
safeGetBooleanSystemProperty
- 
getCallingClassReturns the name of the class which called the invoking method.- Returns:
- the name of the class which called the invoking method.
 
- 
reportDeprecated.replaced by theReporter.error(String, Throwable)method.SeeReporter.error(String, Throwable)class for alternative.- Parameters:
- msg- message to print
- t- throwable to print
 
- 
report
 
- 
Reporter.info(String),Reporter.warn(String)orReporter.error(String)methods.