logging_log_formatter.go 83 B

12345
  1. package fairwind
  2. type LogFormatter interface {
  3. Format(LogLine) (string, error)
  4. }