Documentation
¶
Overview ¶
tracer.go core_runtime
Created by karim-w on 08/07/2025.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface {
Info(msg string, args ...LoggerField)
Warn(msg string, args ...LoggerField)
Error(msg string, args ...LoggerField)
With(args ...LoggerField) Logger
}
type LoggerField ¶
func Field ¶
func Field[T Loggable](key string, val T) LoggerField
Click to show internal directories.
Click to hide internal directories.