package
2.0.0-rc1
Repository: https://github.com/eclipse-iofog/iofog-kubelet.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

GetLogger retrieves the current logger from the context.
WithLogger returns a new context with the provided logger.

# Variables

G is an alias for GetLogger.
L is the default logger.

# Interfaces

Logger is the interface used for logging in iofog-kubelet iofog-kubelet will access the logger via context using `GetLogger` (or its alias, `G`) You can set the default logger to use by setting the `L` variable.

# Type aliases

Fields allows setting multiple fields on a logger at one time.