Overview of Solon Logging Architecture
mainThe solon-logging-simple module provides an implementation of the SLF4J interface, serving as an entry point for distributed logging services.
In the current architecture, solon.cloud no longer depends directly on solon.logging.impl. Instead, logging functionality is delegated to specific plugins depending on your requirements:
- Local Logging (Log4j2): Use
log4j2-solon-plugin. - Local Logging (Logback): Use
logback-solon-plugin. - Distributed Logging: Use
water-solon-pluginfor distributed logging services.