All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.scmspain.karyon.accesslog.formatters.AccessLogFormatter Maven / Gradle / Ivy

The newest version!
package com.scmspain.karyon.accesslog.formatters;

import com.scmspain.karyon.accesslog.AccessLog;

public interface AccessLogFormatter {
  String format(AccessLog logLine);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy