public abstract class LoggingAwareCommand extends Command
Command class for any CLI tools that depend on
core Elasticsearch as they could directly or indirectly touch classes that touch logging and as such logging needs to be configured.description, parser| Constructor | Description |
|---|---|
LoggingAwareCommand(java.lang.String description) |
Construct the command with the specified command description.
|
addShutdownHook, close, execute, exit, main, printAdditionalHelppublic LoggingAwareCommand(java.lang.String description)
description - the command description