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 InitDebug ¶
func InitDebug(g *gocui.Gui, masterUI masterUIInterface.MasterUIInterface)
func SetDebugEnabled ¶ added in v0.7.3
func SetDebugEnabled(isEnabled bool)
Types ¶
type DebugWidget ¶
type DebugWidget struct {
// contains filtered or unexported fields
}
func NewDebugWidget ¶
func NewDebugWidget(masterUI masterUIInterface.MasterUIInterface, name string) *DebugWidget
func (*DebugWidget) Name ¶
func (w *DebugWidget) Name() string
Click to show internal directories.
Click to hide internal directories.