chore: update console logging docs and pipeline behavior

This commit is contained in:
2026-03-04 22:21:59 +03:00
parent 762f53e9a8
commit d3fef656ed
4 changed files with 250 additions and 3 deletions

2
api.go
View File

@@ -19,6 +19,8 @@ func NordTheme() Theme { return style.NordTheme() }
func SunsetTheme() Theme { return style.SunsetTheme() }
type LoggerConfig = logging.LoggerConfig
type DedupeConfig = logging.DedupeConfig
type LevelRemapRule = logging.LevelRemapRule
type Profile = logging.Profile
type LogRecord = logging.LogRecord
type RecordField = logging.RecordField