Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlwaysNewFileWriter ¶
type AlwaysNewFileWriter struct {
Name string
MaxCount int
// contains filtered or unexported fields
}
AlwaysNewFileWriter create new log for every process
type DailyFileWriter ¶
DailyFileWriter create new log for every day
type FixedSizeFileWriter ¶
type FixedSizeFileWriter struct {
Name string
MaxSize int64
MaxCount int
// contains filtered or unexported fields
}
FixedSizeFileWriter create new log if log size exceed
Click to show internal directories.
Click to hide internal directories.