Mercurial Hosting > luan
view src/goodjava/logging/ILoggerFactory.java @ 1626:cf9dfead83a3
use Config.postgres
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 07 Dec 2021 18:30:02 -0700 |
parents | 6fc083e1d08c |
children |
line wrap: on
line source
package goodjava.logging; public interface ILoggerFactory { public Logger getLogger(String name); }