public class LogbackLoggingSystemLauncherListener extends Object implements SystemLauncherListener
SystemLauncherListener.ChainedSystemLauncherListener, SystemLauncherListener.DefaultSystemLauncherListener| Constructor and Description |
|---|
LogbackLoggingSystemLauncherListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterStartup() |
void |
beforeStartup() |
void |
errorOnStartup(RuntimeException e) |
void |
exceptionOnShutdown(Exception e) |
void |
onContainerClose(SystemConfig<?> systemConfig) |
void |
onContainerResolve(SystemConfig<?> systemConfig) |
void |
onShutdown(int exitCode) |
public LogbackLoggingSystemLauncherListener()
public void beforeStartup()
beforeStartup in interface SystemLauncherListenerpublic void errorOnStartup(RuntimeException e)
errorOnStartup in interface SystemLauncherListenerpublic void afterStartup()
afterStartup in interface SystemLauncherListenerpublic void onContainerResolve(SystemConfig<?> systemConfig)
onContainerResolve in interface SystemLauncherListenerpublic void onContainerClose(SystemConfig<?> systemConfig)
onContainerClose in interface SystemLauncherListenerpublic void onShutdown(int exitCode)
onShutdown in interface SystemLauncherListenerpublic void exceptionOnShutdown(Exception e)
exceptionOnShutdown in interface SystemLauncherListenerCopyright © 2006–2018 The Apache Software Foundation. All rights reserved.