Package io.deephaven.util
Class SystemUtil
java.lang.Object
io.deephaven.util.SystemUtil
-
Constructor Details
-
SystemUtil
public SystemUtil()
-
-
Method Details
-
shortFriendlyProcessName
A useful string to display in log files to try to identify an individual process. Does not include hostname (which can be easily obtained if needed by other means). May include the full version (including package) of the main class name being run by the JVM.- Returns:
- A string
-
friendlyProcessName
A useful string to display in log files to try to identify an individual process. Does not include hostname (which can be easily obtained if needed by other means). May include the simple version (without including package) of the main class name being run by the JVM.- Returns:
- A string
-