Documentation
¶
Index ¶
Constants ¶
View Source
const ( PANIC = "PANIC" FATAL = "FATAL" ERROR = "ERROR" WARN = "WARN" INFO = "INFO" DEBUG = "DEBUG" TRACE = "TRACE" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LogInfo ¶
type LogInfo struct {
// contains filtered or unexported fields
}
ログレベルとログメッセージを保持する構造体
func NewLogInfo ¶
func NewLogInfo(level LogLevelEnum, message string) LogInfo
Click to show internal directories.
Click to hide internal directories.