...

Package logger

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

Overview ▾

func DebugEnabled

func DebugEnabled() bool

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{})