public static class JaxRsProperties.Logging extends Object
| Constructor and Description |
|---|
Logging() |
| Modifier and Type | Method and Description |
|---|---|
long |
getInMemThreshold() |
int |
getLimit() |
boolean |
isEnabled() |
boolean |
isLogBinary() |
boolean |
isLogMultipart() |
boolean |
isPrettyLogging() |
void |
setEnabled(boolean enabled) |
void |
setInMemThreshold(long inMemThreshold) |
void |
setLimit(int limit) |
void |
setLogBinary(boolean logBinary) |
void |
setLogMultipart(boolean logMultipart) |
void |
setPrettyLogging(boolean prettyLogging) |
public boolean isEnabled()
public void setEnabled(boolean enabled)
public int getLimit()
public void setLimit(int limit)
public long getInMemThreshold()
public void setInMemThreshold(long inMemThreshold)
public boolean isPrettyLogging()
public void setPrettyLogging(boolean prettyLogging)
public boolean isLogBinary()
public void setLogBinary(boolean logBinary)
public boolean isLogMultipart()
public void setLogMultipart(boolean logMultipart)
Copyright © 2022 I-Novus LLC. All rights reserved.