Documentation ¶
Index ¶
- type Logger
- func (l Logger) Debug(msg string, args ...interface{})
- func (l Logger) Error(msg string, args ...interface{})
- func (l Logger) ImpliedArgs() []interface{}
- func (l Logger) Info(msg string, args ...interface{})
- func (l Logger) IsDebug() bool
- func (l Logger) IsError() bool
- func (l Logger) IsInfo() bool
- func (l Logger) IsTrace() bool
- func (l Logger) IsWarn() bool
- func (l Logger) Log(level hclog.Level, msg string, args ...interface{})
- func (l Logger) Name() string
- func (l Logger) Named(name string) hclog.Logger
- func (l *Logger) ResetNamed(name string) hclog.Logger
- func (l *Logger) SetLevel(level hclog.Level)
- func (l Logger) StandardLogger(opts *hclog.StandardLoggerOptions) *log.Logger
- func (l Logger) StandardWriter(opts *hclog.StandardLoggerOptions) io.Writer
- func (l Logger) Trace(msg string, args ...interface{})
- func (l Logger) Warn(msg string, args ...interface{})
- func (l Logger) With(args ...interface{}) hclog.Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
func (Logger) ImpliedArgs ¶
func (l Logger) ImpliedArgs() []interface{}
func (*Logger) ResetNamed ¶
func (Logger) StandardLogger ¶
func (Logger) StandardWriter ¶
Click to show internal directories.
Click to hide internal directories.