public class Log
extends java.lang.Object
Log class contains methods for controlling system log options
This class cannot be instantiated.| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
QueryOptions()
Query the log options.
|
static int |
SetOptions(java.lang.String options)
Set the log options.
|
public static java.lang.String QueryOptions()
java.lang.SecurityException - if there is a security manager and it doesn't allow the checks required to query the log settingspublic static int SetOptions(java.lang.String options)
options - The command line log flags.java.lang.RuntimeException - if there is a problem setting the log optionsjava.lang.SecurityException - if there is a security manager and it doesn't allow the checks required to change the log settingsLink to Eclipse OpenJ9 documentation.
To raise a bug report or suggest an improvement create an Eclipse Openj9 issue.
Copyright © 1998, 2020, IBM Corp. All rights reserved.