com.scmspain.karyon.accesslog.formatters.AccessLogFormatter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of karyon2-accesslog Show documentation
Show all versions of karyon2-accesslog Show documentation
This module add an Interceptor to Karyon so that log all requests.
The newest version!
package com.scmspain.karyon.accesslog.formatters;
import com.scmspain.karyon.accesslog.AccessLog;
public interface AccessLogFormatter {
String format(AccessLog logLine);
}