Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupLogging ¶
func SetupLogging() error
Types ¶
type ZerologWriter ¶ added in v0.1.119
type ZerologWriter struct {
// contains filtered or unexported fields
}
ZerologWriter is a writer that adapts the io.Writer interface to the zerolog.Logger.
func NewZerologWriter ¶ added in v0.1.119
func NewZerologWriter(taskID string, level zerolog.Level) *ZerologWriter
Click to show internal directories.
Click to hide internal directories.