Class AccessLogInjector

java.lang.Object
org.jvnet.hk2.config.ConfigInjector
org.jvnet.hk2.config.NoopConfigInjector
com.sun.enterprise.config.serverbeans.AccessLogInjector

@Service(name="access-log", metadata="<property>=collection:org.jvnet.hk2.config.types.Property,@buffer-size-bytes=optional,@buffer-size-bytes=default:32768,@buffer-size-bytes=datatype:java.lang.String,@buffer-size-bytes=leaf,@format=optional,@format=default:%client.name% %auth-user-name% %datetime% %request% %status% %response.length%,@format=datatype:java.lang.String,@format=leaf,@max-history-files=optional,@max-history-files=default:-1,@max-history-files=datatype:java.lang.Integer,@max-history-files=leaf,@rotation-enabled=optional,@rotation-enabled=default:true,@rotation-enabled=datatype:java.lang.Boolean,@rotation-enabled=leaf,@rotation-interval-in-minutes=optional,@rotation-interval-in-minutes=default:1440,@rotation-interval-in-minutes=datatype:java.lang.String,@rotation-interval-in-minutes=leaf,@rotation-policy=optional,@rotation-policy=default:time,@rotation-policy=datatype:java.lang.String,@rotation-policy=leaf,@rotation-suffix=optional,@rotation-suffix=default:yyyy-MM-dd,@rotation-suffix=datatype:java.lang.String,@rotation-suffix=leaf,@write-interval-seconds=optional,@write-interval-seconds=default:300,@write-interval-seconds=datatype:java.lang.String,@write-interval-seconds=leaf,target=com.sun.enterprise.config.serverbeans.AccessLog") public class AccessLogInjector extends org.jvnet.hk2.config.NoopConfigInjector
  • Constructor Details

    • AccessLogInjector

      public AccessLogInjector()