logger

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2022 License: Apache-2.0 Imports: 0 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DebugRequest

type DebugRequest struct {
	Args  []string
	Name  string
	Level uint8
}

type DebugResponse

type DebugResponse struct{}

type PrintRequest

type PrintRequest struct {
	Args []string
	Name string
}

type PrintResponse

type PrintResponse struct{}

type SetDebugLevelRequest

type SetDebugLevelRequest struct {
	Name  string
	Level int16
}

type SetDebugLevelResponse

type SetDebugLevelResponse struct{}

type WatchRequest

type WatchRequest struct {
	DebugLevel   int16
	ExcludeRegex string // Empty: nothing excluded. Processed after includes.
	IncludeRegex string // Empty: everything included.
	Name         string
}

type WatchResponse

type WatchResponse struct {
	Error string

} // Log data are streamed afterwards.

Jump to

Keyboard shortcuts

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