httplogging

package
v0.0.0-...-e528a46 Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2021 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	LOGGING_HTTP = "logging.http"
	LOG_DIR      = "/var/log/geoip"
	HTTP_LOG     = "geoip_http.log"
	ENABLED      = true
	STDOUT       = true
	FILEOUT      = false
)

Variables

This section is empty.

Functions

func GetLogEntry

func GetLogEntry(r *http.Request) logrus.FieldLogger

func LogEntrySetField

func LogEntrySetField(r *http.Request, key string, value interface{})

func LogEntrySetFields

func LogEntrySetFields(r *http.Request, fields map[string]interface{})

func NewStructuredLogger

func NewStructuredLogger(logger *logrus.Logger, config *HttpLoggingConfig) func(next http.Handler) http.Handler

func String

func String() string

Types

type HttpLoggingConfig

type HttpLoggingConfig struct {
	Enabled bool
	StdOut  bool
	FileOut bool
	LogFile string
}

func InitHttpLoggingConfig

func InitHttpLoggingConfig() (config *HttpLoggingConfig)

type StructuredLogger

type StructuredLogger struct {
	Logger *logrus.Logger
	Config *HttpLoggingConfig
}

func (*StructuredLogger) NewLogEntry

func (l *StructuredLogger) NewLogEntry(r *http.Request) middleware.LogEntry

type StructuredLoggerEntry

type StructuredLoggerEntry struct {
	Logger logrus.FieldLogger
}

func (*StructuredLoggerEntry) Panic

func (l *StructuredLoggerEntry) Panic(v interface{}, stack []byte)

func (*StructuredLoggerEntry) Write

func (l *StructuredLoggerEntry) Write(status, bytes int, header http.Header, elapsed time.Duration, extra interface{})

Jump to

Keyboard shortcuts

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