(format string, a ...any)
| 55 | } |
| 56 | |
| 57 | func (c ConditionalLogger) Noticef(format string, a ...any) ElseBranch { |
| 58 | return c.logf(levelNotice, format, a...) |
| 59 | } |
| 60 | |
| 61 | func (c ConditionalLogger) Infof(format string, a ...any) ElseBranch { |
| 62 | return c.logf(slog.LevelInfo, format, a...) |