Package | Description |
---|---|
edu.rice.hj.continuation.instrument |
Coroutine library instrumentation
Copyright (c) 2008, Matthias Mann
All rights reserved.
|
Modifier and Type | Method and Description |
---|---|
static LogLevel |
LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogLevel[] |
LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MethodDatabase.log(LogLevel level,
String msg,
Object... args) |
void |
Log.log(LogLevel level,
String msg,
Object... args) |
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.