Interface DeployLogger


  • public interface DeployLogger
    Used during application deployment to propagate messages to the end user
    Author:
    Ulf Lillengen
    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      void log​(java.util.logging.Level level, java.lang.String message)
      Log a message unrelated to the application package, e.g.
      default void logApplicationPackage​(java.util.logging.Level level, java.lang.String message)
      Log a message related to the application package.
    • Method Detail

      • log

        void log​(java.util.logging.Level level,
                 java.lang.String message)
        Log a message unrelated to the application package, e.g. internal error/status.
      • logApplicationPackage

        default void logApplicationPackage​(java.util.logging.Level level,
                                           java.lang.String message)
        Log a message related to the application package. These messages should be actionable by the user, f.ex. to signal usage of invalid/deprecated syntax