日志

SLF4J(Simple Logging Facade For Java) + logback(Spring Boot默认的日志系统)

Apache Commons Logging + log4j

SLF4J:

logger.debug("Processing trade with id: {} and symbol : {} ", id, symbol);

原文地址:https://www.cnblogs.com/miracle77hp/p/9923897.html