view src/goodjava/logger/Layout.java @ 2084:9e0d28433e25 ssltesting

use ssl dir in local_https.sh
author Violet7
date Tue, 09 Dec 2025 23:52:52 -0800
parents 6fc083e1d08c
children
line wrap: on
line source

package goodjava.logger;


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