Class RequestLogDTO


  • public class RequestLogDTO
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Boolean append
      append to log
      java.lang.Boolean extended
      the extended request log format flag
      java.lang.String filename
      the output file name of the request log
      java.lang.String filenameDateFormat
      the log file name date format
      java.lang.String format
      the format to use for logging; see https://www.eclipse.org/jetty/javadoc/jetty-9/org/eclipse/jetty/server/CustomRequestLog.html
      java.lang.String ignorePaths
      request paths that will not be logged
      java.lang.Boolean logCookies
      Deprecated.
      java.lang.String logDateFormat
      Deprecated.
      java.lang.Boolean logLatency
      Deprecated.
      java.lang.String logLocale
      Deprecated.
      java.lang.Boolean logServer
      Deprecated.
      java.lang.String logTimeZone
      Deprecated.
      java.lang.Boolean preferProxiedForAddress
      Deprecated.
      java.lang.Integer retainDays
      the number of days before rotated log files are deleted
    • Constructor Summary

      Constructors 
      Constructor Description
      RequestLogDTO()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • filename

        public java.lang.String filename
        the output file name of the request log
      • append

        public java.lang.Boolean append
        append to log
      • extended

        public java.lang.Boolean extended
        the extended request log format flag
      • logCookies

        @Deprecated
        public java.lang.Boolean logCookies
        Deprecated.
        logging of the request cookies
      • logTimeZone

        @Deprecated
        public java.lang.String logTimeZone
        Deprecated.
        the output file name of the request log
      • filenameDateFormat

        public java.lang.String filenameDateFormat
        the log file name date format
      • retainDays

        public java.lang.Integer retainDays
        the number of days before rotated log files are deleted
      • ignorePaths

        public java.lang.String ignorePaths
        request paths that will not be logged
      • logDateFormat

        @Deprecated
        public java.lang.String logDateFormat
        Deprecated.
        the timestamp format string for request log entries
      • logLocale

        @Deprecated
        public java.lang.String logLocale
        Deprecated.
        the locale of the request log
      • logLatency

        @Deprecated
        public java.lang.Boolean logLatency
        Deprecated.
        logging of request processing time
      • logServer

        @Deprecated
        public java.lang.Boolean logServer
        Deprecated.
        logging of the request hostname
      • preferProxiedForAddress

        @Deprecated
        public java.lang.Boolean preferProxiedForAddress
        Deprecated.
        whether the actual IP address of the connection or the IP address from the X-Forwarded-For header will be logged
      • format

        public java.lang.String format
        the format to use for logging; see https://www.eclipse.org/jetty/javadoc/jetty-9/org/eclipse/jetty/server/CustomRequestLog.html
    • Constructor Detail

      • RequestLogDTO

        public RequestLogDTO()