toplog

package
v0.7.9 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2017 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DebugLevel LogLevel = "D"
	InfoLevel           = "I"
	WarnLevel           = "W"
	ErrorLevel          = "E"
)
View Source
const MAX_LOG_FILES = 1000

Variables

This section is empty.

Functions

func Debug

func Debug(msg string, a ...interface{})

func Error

func Error(msg string, a ...interface{})

func Info

func Info(msg string, a ...interface{})

func InitDebug

func InitDebug(g *gocui.Gui, masterUI MasterUIInterface)

func Open

func Open()

func SetDebugEnabled added in v0.7.3

func SetDebugEnabled(isEnabled bool)

func Warn

func Warn(msg string, a ...interface{})

Types

type DebugWidget

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

func NewDebugWidget

func NewDebugWidget(masterUI MasterUIInterface, name string) *DebugWidget

func (*DebugWidget) Layout

func (w *DebugWidget) Layout(g *gocui.Gui) error

func (*DebugWidget) Name

func (w *DebugWidget) Name() string

type LogLevel

type LogLevel string

type LogLine added in v0.7.3

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

func NewLogLine added in v0.7.3

func NewLogLine(level LogLevel, message string, timestamp time.Time) *LogLine

type MasterUIInterface added in v0.7.8

type MasterUIInterface interface {
	SetCurrentViewOnTop(*gocui.Gui) error
	GetCurrentView(g *gocui.Gui) *gocui.View
	CloseView(managerUI.Manager) error
	CloseViewByName(viewName string) error
	LayoutManager() managerUI.LayoutManagerInterface
	GetHeaderSize() int
	GetAlertSize() int
	GetTopMargin() int
	SetMinimizeHeader(g *gocui.Gui, minimizeHeader bool)
	IsPrivileged() bool
	GetDisplayPaused() bool
	SetDisplayPaused(paused bool)
	GetTargetDisplay() string
}

Jump to

Keyboard shortcuts

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