This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
main
/
fairwind
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
f3ea9f23c4
Rami (Branch)
Tag
master
fairwind
/
logging_log_formatter.go
logging_log_formatter.go
83 B
Cronologia
Originale
1
2
3
4
5
package fairwind
type LogFormatter interface {
Format(LogLine) (string, error)
}