Package org.slf4j.helpers
Class Slf4jEnvUtil
- java.lang.Object
-
- org.slf4j.helpers.Slf4jEnvUtil
-
public class Slf4jEnvUtil extends java.lang.Object
Various utility methods- Since:
- 2.0.14
-
-
Constructor Summary
Constructors Constructor Description Slf4jEnvUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Stringslf4jVersion()Returns the current version of slf4j, or null if data is not available.
-
-
-
Constructor Detail
-
Slf4jEnvUtil
public Slf4jEnvUtil()
-
-
Method Detail
-
slf4jVersion
public static java.lang.String slf4jVersion()
Returns the current version of slf4j, or null if data is not available.- Returns:
- current version or null if missing version data
- Since:
- 2.0.14
-
-