Interface DeployLogger


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

    Modifier and Type
    Method
    Description
    void
    log(Level level, String message)
    Log a message unrelated to the application package, e.g.
    default void
    Log a message related to the application package.
  • Method Details

    • log

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

      default void logApplicationPackage(Level level, 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