| Package | Description |
|---|---|
| htsjdk.samtools.util |
| Modifier and Type | Method and Description |
|---|---|
static Log.LogLevel |
Log.LogLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Log.LogLevel[] |
Log.LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Log.isEnabled(Log.LogLevel level)
Returns true if the specified log level is enabled otherwise false.
|
static void |
Log.setGlobalLogLevel(Log.LogLevel logLevel) |