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

com.suchtool.nicelog.process.NiceLogProcess Maven / Gradle / Ivy

The newest version!
package com.suchtool.nicelog.process;

import com.suchtool.nicelog.util.log.inner.bo.NiceLogInnerBO;

public interface NiceLogProcess {
    void process(NiceLogInnerBO logInnerBO);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy