This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
main
/
fairwind
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
02edd07ceb
Branches
Tags
master
fairwind
/
logging_log_formatter.go
logging_log_formatter.go
83 B
Historique
Raw
1
2
3
4
5
package fairwind
type LogFormatter interface {
Format(LogLine) (string, error)
}