view src/goodjava/logger/Configurer.java @ 2137:67b504ba388c nginx_decoupled

don't assume the user's primary group name is the same as their username
author Violet7
date Mon, 19 Jan 2026 20:20:03 -0800
parents 28b1ddacfad3
children
line wrap: on
line source

package goodjava.logger;


public interface Configurer {
	public void configure(GoodLogger logger);
}