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 ¶
- Version
- v0.19.26
- Published
- Jan 18, 2021
- Platform
- windows/amd64
- Imports
- 2 packages
- Last checked
- 9 hours ago –
Tools for package owners.