package logger

import "github.com/go-openapi/runtime/logger"

Index

Functions

func DebugEnabled

func DebugEnabled() bool

Types

type Logger

type Logger interface {
	Printf(format string, args ...interface{})
	Debugf(format string, args ...interface{})
}

type StandardLogger

type StandardLogger struct{}

func (StandardLogger) Debugf

func (StandardLogger) Debugf(format string, args ...interface{})

func (StandardLogger) Printf

func (StandardLogger) Printf(format string, args ...interface{})

Source Files

logger.go standard.go

Version
v0.19.2
Published
Jun 17, 2019
Platform
windows/amd64
Imports
2 packages
Last checked
5 hours ago

Tools for package owners.