Documentation ¶
Overview ¶
Package logging provides a module which creates a zap.Logger instance for other modules.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logging ¶
type Logging struct {
// contains filtered or unexported fields
}
Logging is a module which implements the gotenberg.LoggerProvider interface.
func (*Logging) Descriptor ¶
func (log *Logging) Descriptor() gotenberg.ModuleDescriptor
Descriptor returns a Logging's module descriptor.
func (*Logging) Logger ¶
Logger returns a zap.Logger.
Click to show internal directories.
Click to hide internal directories.