view src/goodjava/logger/Layout.java @ 2051:331c1853af25 acme-tiny

bundle acme-tiny as a pyinstaller executable to avoid python dependency
author Violet7
date Tue, 11 Nov 2025 18:59:39 -0800
parents 6fc083e1d08c
children
line wrap: on
line source

package goodjava.logger;


public interface Layout {
	public String format(LoggingEvent event);
}