| 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 | Method and Description |
|---|---|
String |
SimpleFormatter.format(LogRecord record) |
abstract String |
Formatter.format(LogRecord record)
Formats the given log record as a String
|
String |
Formatter.formatMessage(LogRecord record)
Formats the message string from a log record
|
boolean |
Handler.isLoggable(LogRecord record)
Returns
true if a log record will be handled by this
handler. |
boolean |
StreamHandler.isLoggable(LogRecord record) |
void |
Logger.log(LogRecord record)
Prints the given log record to System.err
|
abstract void |
Handler.publish(LogRecord record)
Publishes a log record to this handler
|
void |
StreamHandler.publish(LogRecord record) |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.