v2.8.0
What's Changed
- Revise the loglevel API to be more golang idiomatic by @gammazero in #165
- Test using testify package by @gammazero in #166
Breaking changes to API introduced in v2.7.0
- Removed
LevelName
- Renamed
LevelFromString
toParse
- Renamed
GetLogLevel
toSubsystemLevelName
- Renamed
GetAllLogLevels
toSubsystemLevelNames
- Name of default level identified by
DefaultName
instead of""
or"*"
Full Changelog: v2.7.0...v2.8.0