| Package | Description |
|---|---|
| org.springframework.boot.devtools.log4j2 | |
| org.springframework.boot.devtools.restart |
Application restart support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Log4J2RestartListener
RestartListener that prepares Log4J2 for an application restart. |
| Modifier and Type | Method and Description |
|---|---|
static void |
Restarter.initialize(String[] args,
boolean forceReferenceCleanup,
RestartInitializer initializer,
boolean restartOnInitialize,
RestartListener... listeners)
Initialize restart support for the current application.
|
| Constructor and Description |
|---|
Restarter(Thread thread,
String[] args,
boolean forceReferenceCleanup,
RestartInitializer initializer,
RestartListener... listeners)
Internal constructor to create a new
Restarter instance. |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.