com.raynigon.ecs.logging.access.context.IAccessLogContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ecs-logging-access Show documentation
Show all versions of ecs-logging-access Show documentation
The ecs-logging-access is a part of the unit-api
The newest version!
package com.raynigon.ecs.logging.access.context;
import ch.qos.logback.core.Context;
import com.raynigon.ecs.logging.access.AccessLogProperties;
import com.raynigon.ecs.logging.access.event.EcsAccessEvent;
public interface IAccessLogContext extends Context {
String getProperty(String key);
void putProperty(String key, String value);
void appendEvent(EcsAccessEvent event);
void start();
void stop();
AccessLogProperties getConfig();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy