Mercurial Hosting > luan
view src/goodjava/logging/ILoggerFactory.java @ 2124:9706beda7f13 ssltesting tip
remove autoindex and add try_files under acme-challenge
| author | Violet7 |
|---|---|
| date | Mon, 12 Jan 2026 11:21:35 -0800 |
| parents | 6fc083e1d08c |
| children |
line wrap: on
line source
package goodjava.logging; public interface ILoggerFactory { public Logger getLogger(String name); }
