Releases: lc-sigurd/serilog-sinks-bepinex
Releases · lc-sigurd/serilog-sinks-bepinex
Serilog.Sinks.BepInEx v0.4.2
Fixed
- Erroneous repository URL
Changed
- 'Project URL' metadata (for NuGet)
Serilog.Sinks.BepInEx v0.4.1
Changed
SourceName
tokens are rendered usingSecondaryText
style
Serilog.Sinks.BepInEx v0.4.0
Added
SourceName
template renderer
Changed
- Default message template includes the
SourceName
Serilog.Sinks.BepInEx v0.3.0
Changed
- Depend on
Serilog
package on thunderstore, don't bundle so many assemblies
Serilog.Sinks.BepInEx v0.2.1
Fixed
SerilogLogEventArgs
now correctly provide plainly formatted content to BepInEx, while providing ANSI-formatted content to avalonia-bepinex-console
Serilog.Sinks.BepInEx v0.2.0
Added
SerilogLogEventArgs
implementIAnsiFormattable
- Default text theme follows BepInEx's theme conventions (based upon log level)
Serilog.Sinks.BepInEx v0.1.3
Changed
BepInExLogSink
now implementsIDisposable
BepInExLogSink
adds its_logSource
toBepInEx.Logging.Logger.Sources
on construction, and removes it on disposal
Fixed
- Log messages were not being consumed by
BepInEx.Logging.Logger.Listeners
Serilog.Sinks.BepInEx v0.1.2
Changed
- Added
System
dependency assemblies missing fromnetstandard2.1
to the Thunderstore package
Fixed
- Runtime errors occurring due to
FileNotFoundException
when using the thunderstore package
Serilog.Sinks.BepInEx v0.1.0
Fixed
- Publish workflow was attempting to deploy to Thunderstore using the wrong build configuration
Changed
- Thunderstore package has its own icon
Serilog.Sinks.BepInEx v0.1.0
Initial release