Mercurial Hosting > luan
view src/goodjava/logger/Appender.java @ 2136:3ca8f933209d nginx_decoupled
Initial; use ~/.nginx-luan/ as nginx master conf dir instead of trying to detect the system default.
| author | Violet7 |
|---|---|
| date | Mon, 19 Jan 2026 19:47:11 -0800 |
| parents | 6fc083e1d08c |
| children |
line wrap: on
line source
package goodjava.logger; public interface Appender { public void append(LoggingEvent event); public void close(); }
