Mercurial Hosting > luan
view src/goodjava/logger/Layout.java @ 2145:2b498e7f6d9e nginx_decoupled tip
test; ignore
| author | Violet7 |
|---|---|
| date | Mon, 19 Jan 2026 22:25:37 -0800 |
| parents | 6fc083e1d08c |
| children |
line wrap: on
line source
package goodjava.logger; public interface Layout { public String format(LoggingEvent event); }
