Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ZeroLogger ¶
type ZeroLogger struct {
// contains filtered or unexported fields
}
func NewFileZeroLogger ¶
func NewFileZeroLogger(filePath, logDir string) *ZeroLogger
func (*ZeroLogger) Cleanup ¶
func (l *ZeroLogger) Cleanup()
func (*ZeroLogger) Error ¶
func (l *ZeroLogger) Error(message string, err error, args ...interface{})
func (*ZeroLogger) Info ¶
func (l *ZeroLogger) Info(message string, args ...interface{})
Click to show internal directories.
Click to hide internal directories.