Package org.slf4j.helpers
Class Util
java.lang.Object
org.slf4j.helpers.Util
An internal utility class.
- Author:
- Alexander Dorokhine, Ceki Gülcü
-
Method Summary
Modifier and TypeMethodDescriptionstatic Class
<?> Returns the name of the class which called the invoking method.static final void
Deprecated.static final void
Deprecated.replaced by theReporter.error(String, Throwable)
method.static boolean
static String
-
Method Details
-
safeGetSystemProperty
-
safeGetBooleanSystemProperty
-
getCallingClass
Returns the name of the class which called the invoking method.- Returns:
- the name of the class which called the invoking method.
-
report
Deprecated.replaced by theReporter.error(String, Throwable)
method.SeeReporter.error(String, Throwable)
class for alternative.- Parameters:
msg
- message to printt
- throwable to print
-
report
Deprecated.SeeReporter
class for alternatives.- Parameters:
msg
- message to print
-
Reporter.info(String)
,Reporter.warn(String)
orReporter.error(String)
methods.