public interface ProgressLoggerFactory
| Modifier and Type | Method and Description |
|---|---|
ProgressLogger |
newOperation(Class loggerCategory)
Creates a new long-running operation which has not been started.
|
ProgressLogger |
newOperation(String loggerCategory)
Creates a new long-running operation which has not been started.
|
ProgressLogger newOperation(String loggerCategory)
loggerCategory - The logger category.ProgressLogger newOperation(Class loggerCategory)
loggerCategory - The logger category.Copyright © 2013. All rights reserved