| Package | Description |
|---|---|
| com.varra.log | |
| com.varra.props | |
| com.varra.util |
| Modifier and Type | Method and Description |
|---|---|
void |
NoLogger.shutdown(ShutdownMode mode) |
void |
Logger.shutdown(ShutdownMode mode) |
void |
Log4jLogger.shutdown(ShutdownMode mode) |
void |
ConsoleLogger.shutdown(ShutdownMode mode) |
static void |
LogManager.shutdownAll(ShutdownMode mode)
Shutdown all.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyFileMonitor.shutdown(ShutdownMode mode)
Shutdowns the backGround
PropertyFileMonitor. |
| Modifier and Type | Method and Description |
|---|---|
static ShutdownMode |
ShutdownMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShutdownMode[] |
ShutdownMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Shutdownable.shutdown(ShutdownMode mode)
Shutdowns this entity properly by performing all the necessary steps to
make sure that all the used resources are released properly based on the
ShutdownMode specified. |
Copyright © 2016 utils4j. All Rights Reserved.