public class LogOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
maxNumberOfLogs |
private int |
minLevel |
Constructor and Description |
---|
LogOptions(java.lang.String commandLine) |
Modifier and Type | Method and Description |
---|---|
private void |
checkOption(java.lang.String opt) |
int |
getMaxNumberOfLogs() |
int |
getMinLevel() |
private void |
readOptions(java.util.StringTokenizer st) |