commit | 373b1ceccea5e41f61f492852762203bb12b69bd | [log] [tgz] |
---|---|---|
author | Almaz Mingaleev <[email protected]> | Tue Dec 14 12:34:43 2021 +0000 |
committer | Almaz Mingaleev <[email protected]> | Tue Dec 14 13:11:04 2021 +0000 |
tree | 28bbded431e984b1dca637c17405bba52ae7237e | |
parent | aad5a1c164b55119d5101ef29a5eb8d8fde8b454 [diff] |
Limit external/slf4j visibility. SLF4J is used in mockftpserver only and both of them are used in tests only. FTP support probably could be dropped, but in mean time we can explicitly point out that none of SLF4J or mockftpserver reaches prod code / env. Bug: 210532587 Bug: 210594275 Test: atest FtpURLConnectionTest Change-Id: Ic1257ee5ec44dc093e017ca55fc462666d735892
The Simple Logging Facade for Java (SLF4J) serves as a simple facade or abstraction for various logging frameworks (e.g. java.util.logging, logback, log4j) allowing the end user to plug in the desired logging framework at deployment time. More information can be found on the SLF4J website.
If you are interested in improving SLF4J, great! The SLF4J community looks forward to your contribution. Please follow this process: