public interface LoggerModel
extends org.switchyard.config.model.Model
| Modifier and Type | Field and Description |
|---|---|
static String |
LOGGER
The logger XML element.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getInterval()
Gets the interval attribute.
|
String |
getLog()
Gets the log attribute.
|
LoggerType |
getType()
Gets the type attribute.
|
LoggerModel |
setInterval(Integer interval)
Sets the interval attribute.
|
LoggerModel |
setLog(String log)
Sets the log attribute.
|
LoggerModel |
setType(LoggerType type)
Sets the type attribute.
|
static final String LOGGER
Integer getInterval()
LoggerModel setInterval(Integer interval)
interval - the interval attributeString getLog()
LoggerModel setLog(String log)
log - the log attributeLoggerType getType()
LoggerModel setType(LoggerType type)
type - the type attributeCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.