- The OpenTelemetry event source will log messages using NLog's internal logger. (#19)
- Upgraded OpenTelemetry packages to version 1.10.0-beta.1 (commit)
- Added a new property
OnlyIncludeProperties
and added support forExcludeProperties
in all use cases. (#15)
- Added support for the Options pattern (#14)
-
When trying to add a resource with a null value, the value will instead default to an empty string and the target will be initialised (commit)
-
Modifying nlog.config in the Test project (commit)
-
Dispose LoggerProvider and clear Loggers when closing target (#12)
-
The target will now have a private logger provider, which will get a logger with the name of the NLog logger whenever a log is written, so that the
scopeLogs
field in export requests will be populated by the name of the NLog logger. (#11) -
Upgraded OpenTelemetry packages to version 1.8.0-beta.1 (#10)
-
Added a unit test (#9)
- Making sure that the value of the {OriginalFormat} attribute is never null (#8)
- Merged the targets (#7)
- Added a lightweight version of the target. (#6)