package
Version:
v1.2.5-beta6
Opens a new window with list of versions in this module.
Published: Mar 6, 2024
License: MIT
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
DebugLevel = "debug"
InfoLevel = "info"
WarnLevel = "warn"
ErrorLevel = "error"
)
log level
Log log
ConfigLog init log config
store log to file
options:
&log.Options{
LogPath: "log/",
LogFileName: "app.log",
MaxNum: uint(7),
RotationTime: ctime.Day,
}
type LogWriter interface {
Println(v ...any)
}
LogWriter log writer interface
Source Files
¶
Click to show internal directories.
Click to hide internal directories.