Class DeprecationLogger


  • public class DeprecationLogger
    extends Object
    Logger for deprecation that can hold the version from which this deprecation starts.

    If the dev mode is set to true then logs the message as warning, otherwise logs as info if this level is enabled, for more details see documentation

    Since:
    7.4
    • Constructor Detail

      • DeprecationLogger

        public DeprecationLogger()
    • Method Detail

      • log

        public static void log​(String message,
                               String deprecatedVersion)
      • log

        public static void log​(String message)