Versions in this module Expand all Collapse all v0 v0.0.3 Mar 1, 2020 v0.0.2 Feb 23, 2020 Changes in this version + var FileLogs *logs.BeeLogger + var Tail = &Command + func TestLog(t *testing.T) + type Command struct + Long string + Run func(*Command, []string) bool + Short string + UsageLine string + type TailFile struct + func NewTail(File *os.File) *TailFile + func (f *TailFile) Close() error + func (f *TailFile) Read(offset, size, lines int64, w io.Writer) error + func (f *TailFile) ReadLine() ([]byte, error) + func (f *TailFile) TailLine(line, lines int, w io.Writer) (err error)