blob: 0508bd455524e74e4fc67e9c52d2acf03f3c2874 [file] [log] [blame]
////
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
////
[#org_apache_logging_log4j_core_appender_rolling_action_IfAccumulatedFileSize]
= IfAccumulatedFileSize
Class:: `org.apache.logging.log4j.core.appender.rolling.action.IfAccumulatedFileSize`
Provider:: `org.apache.logging.log4j:log4j-core`
PathCondition that accepts paths after the accumulated file size threshold is exceeded during the file tree walk.
[#org_apache_logging_log4j_core_appender_rolling_action_IfAccumulatedFileSize-XML-snippet]
== XML snippet
[source, xml]
----
<IfAccumulatedFileSize exceeds="">
<a-PathCondition-implementation/><!-- multiple occurrences allowed -->
</IfAccumulatedFileSize>
----
[#org_apache_logging_log4j_core_appender_rolling_action_IfAccumulatedFileSize-attributes]
== Attributes
Optional attributes are denoted by `?`-suffixed types.
[cols="1m,1m,1m,5"]
|===
|Name|Type|Default|Description
|exceeds
|String?
|
a|The threshold accumulated file size from which files will be deleted.
|===
[#org_apache_logging_log4j_core_appender_rolling_action_IfAccumulatedFileSize-components]
== Nested components
Optional components are denoted by `?`-suffixed types.
[cols="1m,1m,5"]
|===
|Tag|Type|Description
|
|xref:../log4j-core/org.apache.logging.log4j.core.appender.rolling.action.PathCondition.adoc[PathCondition]?
a|
|===