com.fastchar.slf4j.log4j2.provider.template_rollingfile.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fastchar-slf4j Show documentation
Show all versions of fastchar-slf4j Show documentation
FastChar-SLF4J is a FastChar plugin.
<RollingFile name="{{configType}}RollingFile" fileName="${LOG_DIRECTORY}/fastchar-{{configType}}.log" filePattern="${LOG_DIRECTORY}/$${date:yyyy-MM}/fastchar-{{configType}}-%d{yyyy-MM-dd}-%i.log.gz"> <PatternLayout pattern="[%d{yyyy-MM-dd HH:mm:ss}] %-5level %c - %m%xEx%n"/> <Policies> <SizeBasedTriggeringPolicy size="{{configSize}} MB"/> <TimeBasedTriggeringPolicy/> </Policies> </RollingFile>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy