Versions in this module Expand all Collapse all v1 v1.13.1 Mar 11, 2020 Changes in this version + const DefaultTemplate + func ParseLogTag(ctx logger.Context, defaultTemplate string) (string, error) + type RotateFileWriter struct + func NewRotateFileWriter(logPath string, capacity int64, maxFiles int) (*RotateFileWriter, error) + func (w *RotateFileWriter) Close() error + func (w *RotateFileWriter) LogPath() string + func (w *RotateFileWriter) MaxFiles() int + func (w *RotateFileWriter) NotifyRotate() chan interface{} + func (w *RotateFileWriter) NotifyRotateEvict(sub chan interface{}) + func (w *RotateFileWriter) Write(message []byte) (int, error)