com.newrelic.agent.security.intcodeagent.properties.K2JALogProperties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of newrelic-security-agent Show documentation
Show all versions of newrelic-security-agent Show documentation
The New Relic Security Java agent module for full-stack security. To be used in newrelic-java-agent only.
The newest version!
package com.newrelic.agent.security.intcodeagent.properties;
public interface K2JALogProperties {
int maxfilesize = 50*1024;
int maxfiles = 2;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy