Versions in this module Expand all Collapse all v1 v1.13.0 Aug 18, 2024 v1.12.1 Aug 10, 2024 Changes in this version + type SSHLogger struct + func NewSshLogger() *SSHLogger + func (sshl *SSHLogger) TeaHandler(s ssh.Session) (tea.Model, []tea.ProgramOption) + func (sshl *SSHLogger) WithConnectProgram() func(*tea.Program) + func (sshl *SSHLogger) Write(p []byte) (n int, err error) + func (sshl *SSHLogger) WriteLevel(level zerolog.Level, p []byte) (n int, err error) + type Styles struct + Caller lipgloss.Style + Key lipgloss.Style + Keys map[string]lipgloss.Style + Levels map[zerolog.Level]lipgloss.Style + Message lipgloss.Style + Prefix lipgloss.Style + Separator lipgloss.Style + Timestamp lipgloss.Style + Value lipgloss.Style + Values map[string]lipgloss.Style + func DefaultStyles() *Styles