BREAKING ⚠️
NewLogger
now returns(Logger, error)
- the
LoggerOptions
interface now expectsapply(*CMDLogger) error
LoggerWithTty
-->WithTty
LoggerWithLogVerbosity
-->WithLogVerbosity
LoggerWithLogLevel
->WithLogLevel
LoggerWithLeftPadIndent
->WithLeftPadIndent
LoggerWithTermFileDescriptor
-->WithTermFileDescriptor
LoggerWithColor
-->WithColor
LoggerWithOutputWriter
-->WithOutputWriter
LoggerWithLogFile
-->WithLogFile
See the following for more details on these breaking changes: #2
Testing
- Added github actions testing workflow