Class AbstractLoggingInterceptor

    • Field Detail

      • limit

        protected int limit
        Deprecated.
      • threshold

        protected long threshold
        Deprecated.
      • prettyLogging

        protected boolean prettyLogging
        Deprecated.
    • Constructor Detail

      • AbstractLoggingInterceptor

        public AbstractLoggingInterceptor​(String phase)
        Deprecated.
      • AbstractLoggingInterceptor

        public AbstractLoggingInterceptor​(String id,
                                          String phase)
        Deprecated.
    • Method Detail

      • isLoggingDisabledNow

        protected static boolean isLoggingDisabledNow​(Message message)
        Deprecated.
      • getLogger

        protected abstract Logger getLogger()
        Deprecated.
      • setOutputLocation

        public void setOutputLocation​(String s)
        Deprecated.
      • setPrintWriter

        public void setPrintWriter​(PrintWriter w)
        Deprecated.
      • getPrintWriter

        public PrintWriter getPrintWriter()
        Deprecated.
      • setLimit

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

        public int getLimit()
        Deprecated.
      • setPrettyLogging

        public void setPrettyLogging​(boolean flag)
        Deprecated.
      • isPrettyLogging

        public boolean isPrettyLogging()
        Deprecated.
      • setInMemThreshold

        public void setInMemThreshold​(long t)
        Deprecated.
      • getInMemThreshold

        public long getInMemThreshold()
        Deprecated.
      • transform

        protected String transform​(String originalLogString)
        Deprecated.
        Transform the string before display. The implementation in this class does nothing. Override this method if you wish to change the contents of the logged message before it is delivered to the output. For example, you can use this to mask out sensitive information.
        Parameters:
        originalLogString - the raw log message.
        Returns:
        transformed data
      • log

        protected void log​(Logger logger,
                           String message)
        Deprecated.
      • setShowBinaryContent

        public void setShowBinaryContent​(boolean showBinaryContent)
        Deprecated.
      • isShowBinaryContent

        public boolean isShowBinaryContent()
        Deprecated.
      • isBinaryContent

        protected boolean isBinaryContent​(String contentType)
        Deprecated.
      • isShowMultipartContent

        public boolean isShowMultipartContent()
        Deprecated.
      • setShowMultipartContent

        public void setShowMultipartContent​(boolean showMultipartContent)
        Deprecated.
      • isMultipartContent

        protected boolean isMultipartContent​(String contentType)
        Deprecated.
      • getBinaryContentMediaTypes

        public List<String> getBinaryContentMediaTypes()
        Deprecated.
      • setBinaryContentMediaTypes

        public void setBinaryContentMediaTypes​(List<String> binaryContentMediaTypes)
        Deprecated.