| Package | Description |
|---|---|
| net.sf.eBus.util.logging |
Supplements
java.util.logging package with a
rolling log file handler, a pattern formatter and a logged
status report. |
| Modifier and Type | Method and Description |
|---|---|
StatusReport.ReportFrequency |
StatusReport.getReportFrequency()
Returns the current status report frequency in
milliseconds.
|
static StatusReport.ReportFrequency |
StatusReport.ReportFrequency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusReport.ReportFrequency[] |
StatusReport.ReportFrequency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatusReport.setReportFrequency(StatusReport.ReportFrequency frequency)
Sets the status report frequency.
|
Copyright © 2020. All rights reserved.