-
Notifications
You must be signed in to change notification settings - Fork 53
v2.8.0
3df4734
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
LevelFromStringtoParse - Renamed
GetLogLeveltoSubsystemLevelName - Renamed
GetAllLogLevelstoSubsystemLevelNames - Name of default level identified by
DefaultNameinstead of""or"*"
Full Changelog: v2.7.0...v2.8.0