| Package | Description |
|---|---|
| org.lsst.ccs.utilities.jars |
This package deals with resources:
the CommandResources class deals with resources that may be spread along different jars.
|
| org.lsst.ccs.utilities.logging |
This package provides proxies to the standard java.util.logging package.
|
| org.lsst.ccs.utilities.scheduler |
Customized scheduling executor and related classes.
|
| Modifier and Type | Field and Description |
|---|---|
static Logger |
CommonResources.CURLOG |
| Modifier and Type | Method and Description |
|---|---|
static Logger |
Logger.getLogger(String name)
Factory method to obtain an instance.
|
| Modifier and Type | Method and Description |
|---|---|
Logger |
PeriodicTask.getLogger()
Deprecated.
Use
PeriodicTask.getLog() instead. |
| Modifier and Type | Method and Description |
|---|---|
void |
Scheduler.setLogger(Logger logger)
Deprecated.
Use
Scheduler.setLogger(java.util.logging.Logger) instead. |
Copyright © 2022 LSST. All rights reserved.