Definition
/**
* Create a MemoryLogExporter.
*
* Log exporter that stores data in memory.
* Provides direct getter access to exported log entries.
* Useful for testing and inspection without serialization.
*/
memory_log_exporter() : MemoryLogExporter