Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogEntry ¶
type LogEntry struct { *StructuredLogger // contains filtered or unexported fields }
type StructuredLogger ¶
type StructuredLogger struct { Logger middleware.LoggerInterface LogLevel logrus.Level }
func NewLogger ¶
func NewLogger(opts *config.QuickstartsConfig, logger *logrus.Logger) *StructuredLogger
func (*StructuredLogger) NewLogEntry ¶
func (l *StructuredLogger) NewLogEntry(r *http.Request) middleware.LogEntry
Click to show internal directories.
Click to hide internal directories.