public class FilterChainBuilder extends Object implements IoLoggerFilterChainBuilder
Constructor and Description |
---|
FilterChainBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
buildFilterChain(org.apache.mina.core.filterchain.IoFilterChain chain) |
void |
dispose() |
String |
getLoggerName() |
void |
setLoggerName(String loggerName)
Set the base name of the loggers when they are created
|
public void setLoggerName(String loggerName)
IoLoggerFilterChainBuilder
setLoggerName
in interface IoLoggerFilterChainBuilder
loggerName
- the logger base namepublic String getLoggerName()
public void buildFilterChain(org.apache.mina.core.filterchain.IoFilterChain chain)
buildFilterChain
in interface org.apache.mina.core.filterchain.IoFilterChainBuilder
public void dispose()
dispose
in interface IoLoggerFilterChainBuilder