Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var HttpProxyNoLogging = http.CanonicalHeaderKey("X-HTTP-PROXY-NO-LOGGING")
View Source
var NoVerboseLogger = New(false)
Functions ¶
This section is empty.
Types ¶
type ConsoleLogger ¶
type ConsoleLogger struct {
// contains filtered or unexported fields
}
func New ¶
func New(verboseMode bool) *ConsoleLogger
func (*ConsoleLogger) Log ¶
func (l *ConsoleLogger) Log(message string)
func (*ConsoleLogger) LogF ¶
func (l *ConsoleLogger) LogF(format string, a ...interface{})
func (*ConsoleLogger) PrintF ¶
func (l *ConsoleLogger) PrintF(format string, a ...interface{})
func (*ConsoleLogger) PrintLn ¶
func (l *ConsoleLogger) PrintLn(message string)
Click to show internal directories.
Click to hide internal directories.