| Package | Description |
|---|---|
| oracle.javatools.util |
Provides general utilities.
|
| Modifier and Type | Method and Description |
|---|---|
static Log.Formatter |
Log.getFormatter(java.lang.Class objectType)
Gets the formatter for a type.
|
static Log.Formatter |
Log.getFormatter(java.lang.Object object)
Gets the formatter for an object.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Log.addFormatter(java.lang.Class type,
Log.Formatter formatter)
Sets a formatter for a type.
|