com.suchtool.nicelog.process.NiceLogProcess Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nicelog-spring-boot-starter Show documentation
Show all versions of nicelog-spring-boot-starter Show documentation
collect log automatically for SpringBoot project
The newest version!
package com.suchtool.nicelog.process;
import com.suchtool.nicelog.util.log.inner.bo.NiceLogInnerBO;
public interface NiceLogProcess {
void process(NiceLogInnerBO logInnerBO);
}