logger

package
v2.0.0-rc0 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface

type Interface interface {
	// Error logs errors returned by the DNS handler using
	// the formatter Error method.
	Error(s string)
	// LogRequest logs the request using the formatter Request
	// method, at the beginning of the request handling.
	LogRequest(s string)
	// LogResponse logs the response using the formatter Response
	// method, at the end of the request handling.
	LogResponse(s string)
	// LogRequestResponse logs the request and response together
	// using the formatter RequestResponse method, at the end of the
	// request handling.
	LogRequestResponse(s string)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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