Lines Matching defs:Logger
15 // Package logger implements a logging package designed for command line
19 // In addition to the standard logger functions, Verbose[f|ln] calls only go to
27 // and prevent the printing of the panic, call defer logger.Cleanup() at the
29 package logger
44 type Logger interface {
54 // logger has been configured in verbose mode.
136 stderr *log.Logger
139 fileLogger *log.Logger
144 var _ Logger = &stdLogger{}
146 // New creates a new Logger. The out variable sets the destination, commonly