package fairwind type LogFormatter interface { Format(LogLine) (string, error) }