Discover Packages
github.com/mandelsoft/logging
logwriter
package
Version:
v0.0.0-...-e270f0a
Opens a new window with list of versions in this module.
Published: Jun 16, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
DetermineLogWriter tries to determine the technical writer
used as log sink by unwrapping the sink and
checking for the logging.LogWriter interface
or a logrus wrapper.
type LogWriter interface {
LogWriter() io .Writer
}
LogWriter is an optional interface the logr.LogSink of a passed logr.Logger
can implement to expose the technical writer used as final
log sink.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.