ChangeLog
0.4.0 (2025-10-31)
Changed
Function
40ants-logging:setup-for-backendnow accepts filename and layout keyword arguments.
0.3.0 (2025-01-12)
Changed
Now
40ants-logging:setup-for-backendfunction and40ants-logging:setup-for-clifunction set the given level not only for appender but also for a root logger, preventingREPLpollution with all debug logs.Also,
40ants-logging:setup-for-replfunction now uses:DEBUGas default for:LEVELargument. This way you only need to set needed log level for selected packages usingLOG4SLYand Emacs.
0.2.0 (2024-11-20)
Changed
Now
40ants-logging:setup-for-backendfunction and40ants-logging:setup-for-clifunction keep nested loggers. This way you will not loose setup made byLOG4SLYorLOG4SLYNKinteractively.Also, setup functions now keeps original appender's stream, which prevents from occational disruption of the base logging process.
0.1.0 (2023-02-05)
Initial version.