All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.harness.cf.client.logger.LogUtil Maven / Gradle / Ivy

The newest version!
package io.harness.cf.client.logger;

import io.harness.cf.Version;

public class LogUtil {
  public static void setSystemProps() {
    System.setProperty("SDK", "JAVA");
    System.setProperty("version", Version.VERSION);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy