@Deprecated public class LoggingFeature extends AbstractFeature
]]>
enabled| Constructor and Description |
|---|
LoggingFeature()
Deprecated.
|
LoggingFeature(int lim)
Deprecated.
|
LoggingFeature(Logging annotation)
Deprecated.
|
LoggingFeature(String in,
String out)
Deprecated.
|
LoggingFeature(String in,
String out,
int lim)
Deprecated.
|
LoggingFeature(String in,
String out,
int lim,
boolean p)
Deprecated.
|
LoggingFeature(String in,
String out,
int lim,
boolean p,
boolean showBinary)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLimit()
Deprecated.
Retrieve the value set with
setLimit(int). |
protected void |
initializeProvider(InterceptorProvider provider,
Bus bus)
Deprecated.
|
boolean |
isPrettyLogging()
Deprecated.
|
void |
setLimit(int lim)
Deprecated.
Set a limit on how much content can be logged
|
void |
setPrettyLogging(boolean prettyLogging)
Deprecated.
Turn pretty logging of XML content on/off
|
getActive, getID, initialize, initialize, initialize, initializeisEnabledpublic LoggingFeature()
public LoggingFeature(int lim)
public LoggingFeature(String in, String out, int lim, boolean p, boolean showBinary)
public LoggingFeature(Logging annotation)
protected void initializeProvider(InterceptorProvider provider, Bus bus)
initializeProvider in class AbstractFeaturepublic void setLimit(int lim)
lim - public int getLimit()
setLimit(int).public boolean isPrettyLogging()
public void setPrettyLogging(boolean prettyLogging)
prettyLogging - Apache CXF