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

com.loyayz.gaia.exception.helper.ExceptionLogger Maven / Gradle / Ivy

package com.loyayz.gaia.exception.helper;

/**
 * @author loyayz ([email protected])
 */
@FunctionalInterface
public interface ExceptionLogger {

    /**
     * 异常日志
     */
    void write(ExceptionLoggerParam param);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy