Documentation ¶ Index ¶ type MsgLogger func New(handler slog.Handler, ignore ...any) *MsgLogger func (l *MsgLogger) Debug(text string, msg tea.Msg, args ...any) func (l *MsgLogger) Error(text string, msg tea.Msg, args ...any) func (l *MsgLogger) Info(text string, msg tea.Msg, args ...any) func (l *MsgLogger) Warn(text string, msg tea.Msg, args ...any) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type MsgLogger ¶ type MsgLogger struct { // contains filtered or unexported fields } func New ¶ func New(handler slog.Handler, ignore ...any) *MsgLogger func (*MsgLogger) Debug ¶ func (l *MsgLogger) Debug(text string, msg tea.Msg, args ...any) func (*MsgLogger) Error ¶ func (l *MsgLogger) Error(text string, msg tea.Msg, args ...any) func (*MsgLogger) Info ¶ func (l *MsgLogger) Info(text string, msg tea.Msg, args ...any) func (*MsgLogger) Warn ¶ func (l *MsgLogger) Warn(text string, msg tea.Msg, args ...any) Source Files ¶ View all Source files msglogger.go Click to show internal directories. Click to hide internal directories.