public class ExecutorLogger extends Object implements BasicCommandLauncher.OutputConsumer
LOGGER_NAME| Modifier and Type | Field and Description |
|---|---|
static String |
LOGGER_NAME
The logger name.
|
| Constructor and Description |
|---|
ExecutorLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(BasicCommandLauncher.OutputChannel channel,
String label,
CharSequence line)
Handles the output line.
|
public static final String LOGGER_NAME
public void accept(BasicCommandLauncher.OutputChannel channel, String label, CharSequence line)
BasicCommandLauncher.OutputConsumeraccept in interface BasicCommandLauncher.OutputConsumerchannel - the output channellabel - the output labelline - the lineCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.