Class JaxRsProperties.Logging
- java.lang.Object
-
- net.n2oapp.platform.jaxrs.autoconfigure.JaxRsProperties.Logging
-
- Enclosing class:
- JaxRsProperties
public static class JaxRsProperties.Logging extends Object
-
-
Constructor Summary
Constructors Constructor Description Logging()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetInMemThreshold()intgetLimit()booleanisEnabled()booleanisLogBinary()booleanisLogMultipart()booleanisPrettyLogging()voidsetEnabled(boolean enabled)voidsetInMemThreshold(long inMemThreshold)voidsetLimit(int limit)voidsetLogBinary(boolean logBinary)voidsetLogMultipart(boolean logMultipart)voidsetPrettyLogging(boolean prettyLogging)
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
getLimit
public int getLimit()
-
setLimit
public void setLimit(int limit)
-
getInMemThreshold
public long getInMemThreshold()
-
setInMemThreshold
public void setInMemThreshold(long inMemThreshold)
-
isPrettyLogging
public boolean isPrettyLogging()
-
setPrettyLogging
public void setPrettyLogging(boolean prettyLogging)
-
isLogBinary
public boolean isLogBinary()
-
setLogBinary
public void setLogBinary(boolean logBinary)
-
isLogMultipart
public boolean isLogMultipart()
-
setLogMultipart
public void setLogMultipart(boolean logMultipart)
-
-