logdomain

package
v0.0.0-...-7b2f1e6 Latest Latest
Warning

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

Go to latest
Published: May 30, 2023 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Overview

Package logdomain provides symbolic constants to identify the various pieces of the application that need to do logging.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ID

type ID uint8

ID is an id...

const (
	Common ID = iota
	CLI
	Database
	PkgManager
)

These constants represent the pieces of the application that need to log stuff.

func AllDomains

func AllDomains() []ID

AllDomains returns a slice of all the valid values for ID.

Jump to

Keyboard shortcuts

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