log

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogAttributes

type LogAttributes struct {
	Program string `json:"program"`
	Level   string `json:"level"`
	Message string `json:"message"`
	Date    string `json:"date"`
}

func GetSystemLogList

func GetSystemLogList(ac *client.AlpaconClient, serverName string, pageSize int) ([]LogAttributes, error)

type LogEntry

type LogEntry struct {
	ID      int                `json:"id"`
	AddedAt time.Time          `json:"added_at"`
	Date    time.Time          `json:"date"`
	Program string             `json:"program"`
	Level   int                `json:"level"`
	Name    string             `json:"name"`
	Path    string             `json:"path"`
	LineNo  int                `json:"lineno"`
	PID     int                `json:"pid"`
	TID     int                `json:"tid"`
	Process string             `json:"process"`
	Thread  string             `json:"thread"`
	Msg     string             `json:"msg"`
	Server  *server.ServerInfo `json:"server"`
}

Jump to

Keyboard shortcuts

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