logprotocol

package
v0.4.7 Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Logger

type Logger interface {
	LargeSuccess(args ...any)
	LargeSuccessf(format string, args ...any)

	SmallSuccess(args ...any)
	SmallSuccessf(format string, args ...any)

	Info(args ...any)
	Infof(format string, args ...any)

	SmallError(args ...any)
	SmallErrorf(format string, args ...any)

	LargeError(args ...any)
	LargeErrorf(format string, args ...any)

	// add a custom column to the frontend task table with the value. Rows without this set will have an empty string in the column.
	SetFrontendColumn(sortKey int, columnName, value string)
}

Jump to

Keyboard shortcuts

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