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

com.janosgats.logging.flexibleappender.loglineoutput.AbstractLogLineOutput Maven / Gradle / Ivy

There is a newer version: 1.1.6
Show newest version
package com.janosgats.logging.flexibleappender.loglineoutput;

/**
 * Feel free to override one of these LogLineOutputs to create your own!
 */
public abstract class AbstractLogLineOutput {
    public abstract void doOutputLogLine(String logLine);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy