public class LoggingFeatureProperty extends Object
| 构造器和说明 |
|---|
LoggingFeatureProperty() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getLimit() |
long |
getThreshold() |
boolean |
isLogBinary() |
boolean |
isLogMultipart() |
boolean |
isPrettyLogging() |
boolean |
isVerbose() |
void |
setLimit(int limit) |
void |
setLogBinary(boolean logBinary) |
void |
setLogMultipart(boolean logMultipart) |
void |
setPrettyLogging(boolean prettyLogging) |
void |
setThreshold(long threshold) |
void |
setVerbose(boolean verbose) |
public int getLimit()
public void setLimit(int limit)
public long getThreshold()
public void setThreshold(long threshold)
public boolean isLogBinary()
public void setLogBinary(boolean logBinary)
public boolean isLogMultipart()
public void setLogMultipart(boolean logMultipart)
public boolean isPrettyLogging()
public void setPrettyLogging(boolean prettyLogging)
public boolean isVerbose()
public void setVerbose(boolean verbose)
Copyright © 2019. All rights reserved.