| Package | Description |
|---|---|
| com.gemstone.persistence.logging |
This package contains classes that implement a logging
mechanism similar to the one in JDK
1.4.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleFormatter
A Formatter that returns a textual description of a LogRecord
|
| Modifier and Type | Method and Description |
|---|---|
Formatter |
Handler.getFormatter()
Returns the formatter for this handler
|
| Modifier and Type | Method and Description |
|---|---|
void |
Handler.setFormatter(Formatter formatter)
Sets the formatter for this handler
|
| Constructor and Description |
|---|
StreamHandler(OutputStream stream,
Formatter formatter)
Creates a new
StreamHandler that exports log records
to an OutputStream in a given format. |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.