This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
main
/
fairwind
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
3c9b37f4d1
Branches
Tags
master
fairwind
/
logging_log_formatter.go
logging_log_formatter.go
83 B
Histórico
Raw
1
2
3
4
5
package fairwind
type LogFormatter interface {
Format(LogLine) (string, error)
}