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.OutputConsumer
accept
in interface BasicCommandLauncher.OutputConsumer
channel
- the output channellabel
- the output labelline
- the lineCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.