Class LoggingFeature

  • All Implemented Interfaces:
    AbstractPortableFeature, Feature

    @Deprecated
    public class LoggingFeature
    extends DelegatingFeature<LoggingFeature.Portable>
    Deprecated.
    use the logging module rt/features/logging instead
    This class is used to control message-on-the-wire logging. By attaching this feature to an endpoint, you can specify logging. If this feature is present, an endpoint will log input and output of ordinary and log messages.
     
          
           
          
        
      ]]>
      
    • Constructor Detail

      • LoggingFeature

        public LoggingFeature()
        Deprecated.
      • LoggingFeature

        public LoggingFeature​(int lim)
        Deprecated.
      • LoggingFeature

        public LoggingFeature​(String in,
                              String out)
        Deprecated.
      • LoggingFeature

        public LoggingFeature​(String in,
                              String out,
                              int lim)
        Deprecated.
      • LoggingFeature

        public LoggingFeature​(String in,
                              String out,
                              int lim,
                              boolean p)
        Deprecated.
      • LoggingFeature

        public LoggingFeature​(String in,
                              String out,
                              int lim,
                              boolean p,
                              boolean showBinary)
        Deprecated.
      • LoggingFeature

        public LoggingFeature​(Logging annotation)
        Deprecated.
    • Method Detail

      • setLimit

        public void setLimit​(int lim)
        Deprecated.
      • getLimit

        public int getLimit()
        Deprecated.
      • isPrettyLogging

        public boolean isPrettyLogging()
        Deprecated.
      • setPrettyLogging

        public void setPrettyLogging​(boolean prettyLogging)
        Deprecated.