Class LicenseInfoLogger

java.lang.Object
org.gridgain.internal.license.LicenseInfoLogger

public class LicenseInfoLogger extends Object
Logs product and license information including version and license details when invoked.
  • Constructor Details

    • LicenseInfoLogger

      public LicenseInfoLogger(Supplier<@Nullable org.gridgain.internal.license.License> licenseSupplier, Consumer<String> sink)
      Constructor.
      Parameters:
      licenseSupplier - Supplier for the current license.
      sink - Consumer that receives the formatted log message.
  • Method Details

    • log

      public void log()
      Logs product and license information including version and license details.