| 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 |
StreamHandler
A
StreamHandler exports log records to an
OutputStream. |
| Modifier and Type | Method and Description |
|---|---|
Handler[] |
Logger.getHandlers()
Returns the Handlers associated with this logger
|
| Modifier and Type | Method and Description |
|---|---|
void |
Logger.addHandler(Handler handler)
Adds a Handler to receive logging messages
|
void |
Logger.removeHandler(Handler handler)
Removes a Handler from this logger
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.