Class 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.String slf4jVersion()
      Returns the current version of slf4j, or null if data is not available.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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