Versions in this module Expand all Collapse all v1 v1.0.0 Mar 24, 2021 Changes in this version + func Close() + func Debug(keyvals ...interface{}) + func DebugF(format string, a ...interface{}) + func Error(keyvals ...interface{}) + func ErrorF(format string, a ...interface{}) + func Export(logger *Logger) + func Fatal(keyvals ...interface{}) + func FatalF(format string, a ...interface{}) + func Release(keyvals ...interface{}) + func ReleaseF(format string, a ...interface{}) + type Logger struct + func New(strLevel string, pathname string, fileNamePrefix string, keepHour int, ...) (*Logger, error) + func (logger *Logger) Close() + func (logger *Logger) Debug(keyvals ...interface{}) + func (logger *Logger) Error(keyvals ...interface{}) + func (logger *Logger) Fatal(keyvals ...interface{}) + func (logger *Logger) Release(keyvals ...interface{})