public class LogSink extends AbstractModuleFixture<LogSink>
label
Constructor and Description |
---|
LogSink(java.lang.String moduleName)
Establishes the module name for the log.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
toDSL()
Renders the DSL for this fixture.
|
label, toString
public LogSink(java.lang.String moduleName)
moduleName
- the name you want to assign to the log module.protected java.lang.String toDSL()
toDSL
in class AbstractModuleFixture<LogSink>