com.raynigon.ecs.logging.converter.LogbackConverter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ecs-logging-base Show documentation
Show all versions of ecs-logging-base Show documentation
The ecs-logging-base is a part of the unit-api
The newest version!
package com.raynigon.ecs.logging.converter;
import ch.qos.logback.core.Context;
public interface LogbackConverter {
void setup(Context context);
}