tail

package
v0.24.0-alpha1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 17, 2016 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package tail implements "tail -F" functionality following rotated logs

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Tail

type Tail struct {
	// contains filtered or unexported fields
}

func NewTail

func NewTail(filename string) (*Tail, error)

NewTail starts opens the given file and watches it for deletion/rotation

func (*Tail) Close

func (t *Tail) Close()

Close stops watching and closes the file

func (*Tail) Read

func (t *Tail) Read(p []byte) (int, error)

Read implements the io.Reader interface for Tail

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL