Mercurial Hosting > luan
view src/goodjava/logging/ILoggerFactory.java @ 2113:c67076ddcd4b ssltesting
update.luan fix
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Fri, 19 Dec 2025 11:35:25 -0700 |
| parents | 6fc083e1d08c |
| children |
line wrap: on
line source
package goodjava.logging; public interface ILoggerFactory { public Logger getLogger(String name); }
