public interface IExceptionWeakLogging
扩展点执行中如果抛出该异常,则日志打印log.warn且不打印异常栈,否则log.error且打印异常栈
示例:MyBusinessException extends RuntimeException implements IExceptionWeakLogging
MyBusinessException extends RuntimeException implements IExceptionWeakLogging
Copyright © 2020–2023. All rights reserved.