@Deprecated public class LoggingFeature extends DelegatingFeature<LoggingFeature.Portable>
 
      
        
    
  ]]>
  | Modifier and Type | Class and Description | 
|---|---|
| static class  | LoggingFeature.PortableDeprecated.  | 
delegateenabled| 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.  | 
| boolean | isPrettyLogging()Deprecated.  | 
| void | setLimit(int lim)Deprecated.  | 
| void | setPrettyLogging(boolean prettyLogging)Deprecated.  | 
getDelegate, initialize, initialize, initialize, initialize, initializeProvider, setDelegatedoInitializeProvider, getActive, getID, isEnabledpublic LoggingFeature()
public LoggingFeature(int lim)
public LoggingFeature(String in, String out, int lim, boolean p, boolean showBinary)
public LoggingFeature(Logging annotation)
Apache CXF