Documentation ¶ Index ¶ Constants func Log(l logging.Logger, msg string, attrs ...slog.Attr) func LogDepth(l logging.Logger, depth int, msg string, attrs ...slog.Attr) func LogInit(l logging.Logger, msg string, attrs ...slog.Attr) func LogInitDepth(l logging.Logger, depth int, msg string, attrs ...slog.Attr) Constants ¶ View Source const ( // these must be kept in sync with lvlHappy in logging/logging.go LogLevelHappy logging.Level = logging.Level(math.MinInt) LogLevelHappyInit logging.Level = LogLevelHappy + 1 ) Variables ¶ This section is empty. Functions ¶ func Log ¶ func Log(l logging.Logger, msg string, attrs ...slog.Attr) func LogDepth ¶ func LogDepth(l logging.Logger, depth int, msg string, attrs ...slog.Attr) func LogInit ¶ func LogInit(l logging.Logger, msg string, attrs ...slog.Attr) func LogInitDepth ¶ func LogInitDepth(l logging.Logger, depth int, msg string, attrs ...slog.Attr) Types ¶ This section is empty. Source Files ¶ View all Source files internal.go Directories ¶ Show internal Expand all Path Synopsis cmd hsdk Module fsutils Click to show internal directories. Click to hide internal directories.