Documentation
¶
Index ¶
- func NewPluginLogWrapper(logger hclog.Logger) (hclog.Logger, chan<- string)
- type Logger
- func (l *Logger) Debug(msg string, args ...any)
- func (l *Logger) Error(msg string, args ...any)
- func (l *Logger) ImpliedArgs() []any
- func (l *Logger) Info(msg string, args ...any)
- func (l *Logger) Log(level hclog.Level, msg string, args ...any)
- func (l *Logger) Named(name string) hclog.Logger
- func (l *Logger) ResetNamed(name string) hclog.Logger
- func (l *Logger) Trace(msg string, args ...any)
- func (l *Logger) Warn(msg string, args ...any)
- func (l *Logger) With(args ...any) hclog.Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶
Logger is the internal logger that is aware of the state of the process as it moves from one stage to the next. Plugins should use github.com/zostay/zedpm/pkg/log.Logger instead.
func (*Logger) ImpliedArgs ¶
Click to show internal directories.
Click to hide internal directories.