This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
BaseService
/
biCenter
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
4a59050cb9
Gałęzie
Tagi
master
biCenter
/
entity
/
logx.go
logx.go
119 B
Historia
Czysty
1
2
3
4
5
6
7
8
9
package entity
//日志信息
type Logc struct {
Mode string
Path string
Level []string
KeepDays int
}