Documentation
¶
Index ¶
- type CloudflareSlog
- func (b *CloudflareSlog) Debugf(format string, args ...interface{})
- func (c *CloudflareSlog) Errorf(format string, args ...interface{})
- func (c *CloudflareSlog) Infof(format string, args ...interface{})
- func (c *CloudflareSlog) Printf(format string, args ...interface{})
- func (c *CloudflareSlog) Warningf(format string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudflareSlog ¶
type CloudflareSlog struct {
// contains filtered or unexported fields
}
Implements: https://pkg.go.dev/github.com/dgraph-io/badger/v4#Logger
func Default ¶
func Default() *CloudflareSlog
func NewCloudflareSlog ¶
func NewCloudflareSlog(logger *slog.Logger) *CloudflareSlog
func (*CloudflareSlog) Debugf ¶
func (b *CloudflareSlog) Debugf(format string, args ...interface{})
func (*CloudflareSlog) Errorf ¶
func (c *CloudflareSlog) Errorf(format string, args ...interface{})
func (*CloudflareSlog) Infof ¶
func (c *CloudflareSlog) Infof(format string, args ...interface{})
func (*CloudflareSlog) Printf ¶
func (c *CloudflareSlog) Printf(format string, args ...interface{})
func (*CloudflareSlog) Warningf ¶
func (c *CloudflareSlog) Warningf(format string, args ...interface{})
Click to show internal directories.
Click to hide internal directories.