Documentation
¶
Index ¶
- func Errorf(id string, format string, v ...interface{})
- func Errorln(id string, v ...interface{})
- func GetCallStack() string
- func GetLogHome() string
- func Info(id string, message string)
- func Infof(id string, format string, v ...interface{})
- func Infoln(id string, v ...interface{})
- func LoggerMain()
- func Printf(id string, format string, v ...interface{})
- func Println(id string, v ...interface{})
- func PrintlnError(id, message string, t error)
- func PrintlnStd(msg string, sysout bool)
- func SetLogID(logID string)
- func SetLogInterval(i int)
- func SetLogKeepDays(i int)
- func SetLogRotationEnabled(b bool)
- func Sysout(message string)
- func Update(oname string)
- type FileLog
- type LogData
- type Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCallStack ¶
func GetCallStack() string
TODO runtime/debug 에서 현재 시점의 스택 정보를 가져올 수 있지만 인수로 맏는 error의 스택은 확인 못함
func GetLogHome ¶
func GetLogHome() string
func LoggerMain ¶
func LoggerMain()
func Println ¶
func Println(id string, v ...interface{})
logutil.Println 을 동일하게 구현 첫번째 인수는 무조건 String으로 ID 값을 넣어야 함( WA111 형식) 해당 ID로 중복 확인.
func PrintlnError ¶
func PrintlnStd ¶
Types ¶
type LogData ¶
func NewLogData ¶
type Logger ¶
func (*Logger) GetLogFiles ¶
Click to show internal directories.
Click to hide internal directories.