Documentation
¶
Index ¶
- Constants
- func Debug(ctx context.Context, msg string, args ...any)
- func DebugNotice(ctx context.Context, msg string, args ...any)
- func Error(ctx context.Context, msg string, args ...any)
- func Info(ctx context.Context, msg string, args ...any)
- func NewContext(ctx context.Context, out io.Writer, rawLevel string) context.Context
- func Notice(ctx context.Context, msg string, args ...any)
- func Warn(ctx context.Context, msg string, args ...any)
Constants ¶
View Source
const ( ANSI_BOLD_RED = "\033[31;1m" ANSI_BOLD_GREEN = "\033[32;1m" ANSI_BOLD_YELLOW = "\033[33;1m" ANSI_GREY = "\033[0;37m" ANSI_RESET = "\033[0;m" )
Variables ¶
This section is empty.
Functions ¶
func NewContext ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.