Package | Description |
---|---|
propel.core.common |
Modifier and Type | Method and Description |
---|---|
static StackTraceLevel |
StackTraceLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StackTraceLevel[] |
StackTraceLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
StackTraceLogger(java.lang.Throwable e,
StackTraceLevel level)
Constructor, initialises with a Throwable
|