| Package | Description |
|---|---|
| Utilities |
| Modifier and Type | Method and Description |
|---|---|
static Severity |
Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Severity[] |
Severity.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 |
LogToFile.log(Exception ex,
Severity level,
String msg)
log Method
enable to log all exceptions to a file and display user message on demand
|
Copyright © 2014–2018. All rights reserved.