public class LogWatcherConfig extends Object
LogWatcher| Constructor and Description | 
|---|
| LogWatcherConfig(boolean enabled,
                String loggingClass,
                String watcherThreshold,
                int watcherSize) | 
| Modifier and Type | Method and Description | 
|---|---|
| ListenerConfig | asListenerConfig() | 
| String | getLoggingClass()Get the implementation of the LogWatcher to use. | 
| int | getWatcherSize() | 
| String | getWatcherThreshold() | 
| boolean | isEnabled() | 
public boolean isEnabled()
public String getLoggingClass()
LogWatcher.public int getWatcherSize()
public String getWatcherThreshold()
public ListenerConfig asListenerConfig()
ListenerConfig object using this config's settings.Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.