package
0.0.0-20240618075559-fdca28a87b0a
Repository: https://github.com/mandelsoft/logging.git
Documentation: pkg.go.dev

# Functions

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.

# Interfaces

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.