package
0.234.0
Repository: https://github.com/databricks/cli.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Debugf logs a formatted string using the context-local or global logger.
Errorf logs a formatted string using the context-local or global logger.
FromContext returns the Logger value stored in ctx, if any.
GetLogger returns either the logger configured on the context, or the global logger if one isn't defined.
Infof logs a formatted string using the context-local or global logger.
NewContext returns a new Context that carries the specified logger.
ReplaceLevelAttr rewrites the level attribute to the correct string value.
ReplaceSourceAttr rewrites the source attribute to include only the file's basename.
Tracef logs a formatted string using the context-local or global logger.
Warnf logs a formatted string using the context-local or global logger.

# Constants

No description provided by the author
LevelDisabled means nothing is ever logged (no call site may use this level).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
ReplaceAttrFunctions enables grouping functions that replace attributes from a [slog.Handler].