Mercurial Hosting > luan
view src/goodjava/logging/ILoggerFactory.java @ 2047:ea026254b3b6 default tip
show scheduler threads
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Sun, 09 Nov 2025 11:32:18 -0700 |
| parents | 6fc083e1d08c |
| children |
line wrap: on
line source
package goodjava.logging; public interface ILoggerFactory { public Logger getLogger(String name); }
