package pl.brightinventions.slf4android; public interface LogRecordFormatter { String format(LogRecord record); }