All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.raynigon.ecs.logging.converter.LogbackConverter Maven / Gradle / Ivy

The newest version!
package com.raynigon.ecs.logging.converter;

import ch.qos.logback.core.Context;

public interface LogbackConverter {

    void setup(Context context);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy