types

package
v0.0.0-...-2b48b92 Latest Latest
Warning

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

Go to latest
Published: May 5, 2024 License: GPL-3.0 Imports: 1 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 struct {
	// Term is the logger used to log messages to the console, use this for
	// any logging the user should see
	Term log.Logger

	// File is the logger used to log messages to the vlogs directory, use
	// this for any internal logging the user doesn't need to see
	File log.Logger
}

Logger represents a logger for the application

Jump to

Keyboard shortcuts

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