| Package | Description |
|---|---|
| com.ibm.wala.sourcepos |
| Modifier and Type | Method and Description |
|---|---|
static Debug.LogLevel |
Debug.LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Debug.LogLevel[] |
Debug.LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Debug.allow(Debug.LogLevel level) |
static PrintStream |
Debug.getStream(Debug.LogLevel level) |
static void |
Debug.ignore(Debug.LogLevel level) |
boolean |
Debug.LogLevel.isHigherPriority(Debug.LogLevel l) |
static void |
Debug.setMinLogLevel(Debug.LogLevel level)
Set to log all events with the given or higher priority
|
Copyright © 2019. All rights reserved.