Releases: steamcore/TinyLogger
Releases · steamcore/TinyLogger
1.4.0
Breaking changes:
- Updated all SDK dependencies to
5.0.0
Improvements:
- Colorize
Version
- Colorize
Tuple<>
andValueTuple<>
on .NET 5+
Other changes:
- Target frameworks changed to
netstandard2.0
andnet5.0
1.3.0
Improvements:
- Now prints any
IEnumerable
as a list, previously it only supported lists that implementedICollection
Bug fixes:
- Fixed missing null check in Equals method
Other changes:
- Updated NuGet dependencies
1.2.1
New features:
- Add support for reading
ANSI_COLOR
environment flag to force ANSI mode when it can't be detected
1.2.0
Breaking changes:
ILogRenderer
interface is simplifiedQueueDepthExceededBehavior
enum is replaced withBackPressureArbiter
func
Internal changes:
- Now using
System.Threading.Channels
instead of customIAsyncEnumerable
implementation
1.1.0
New features:
- New true color console renderer
Improvements:
- Improved console performance by using ANSI colors when possible
- Improved sample output and new generic host sample
- Extended default theme
Other changes:
- Targeting
netstandard2.0
andnetcoreapp3.1
- Using
Microsoft.Extensions.Logging
3.1.0 - Using
IOptions<T>
and options validation for configuration
1.0.0
Initial release.