Package org.gridgain.internal.license
Class LicenseInfoLogger
java.lang.Object
org.gridgain.internal.license.LicenseInfoLogger
Logs product and license information including version and license details when invoked.
-
Constructor Summary
ConstructorsConstructorDescriptionLicenseInfoLogger(Supplier<@Nullable org.gridgain.internal.license.License> licenseSupplier, Consumer<String> sink) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoidlog()Logs product and license information including version and license details.
-
Constructor Details
-
Method Details
-
log
public void log()Logs product and license information including version and license details.
-