Documentation ¶
Index ¶
Constants ¶
View Source
const (
GlobLoopNotify int = iota + tail.TickerNotify + 1
)
Variables ¶
View Source
var ErrNoSuchFile = errors.New("No such file.")
Functions ¶
func GlobSearch ¶
Types ¶
type Config ¶
type Config struct { // logrotate log Path string // Cronolog PathFmt string // cronologなどのpathに日付が入る場合 Time time.Time // start日時 RotatePeriod time.Duration // ログローテーション間隔 Delay time.Duration // 切り替えwait LinesChanSize int // Lines channel size //Pos *core.Position NoSeek bool // 有効にするとポジション情報がない時に先頭から読み直す tail.Config }
Click to show internal directories.
Click to hide internal directories.