* Removed dependency from ConsoleExporter
* Correcting the namespace
* Use TestExporter instead of InMemory Exporter
* Removed unnecessary using statements
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
* Added SimpleExporter and BatchExporter for Activity and LogRecord
* Updated the .publicApi text files
* Updated the README to use SimpleActivityExportProcessor instead of SimpleExportProcessor<Activity>
* Updated CHANGELOG.md
* Updated CHANGELOG.md
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
* Added Activity.IsRecorded check for Export
* Updated CHANGELOG.md
* Remove extra space
* Add unit tests to check for Activity.IsRecorded for ExportProcessor
* Updated CHANGELOG.md
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>