Open 3D Engine AzFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::Debug::StartupLogSink Class Referenceabstract

#include <StartupLogSinkReporter.h>

Inherits TraceMessageBus::Handler.

Protected Attributes

AZStd::list< AZ::OSString, AZ::OSStdAllocator > m_errorStringsCollected
 

Detailed Description

A handler for TraceMessage bus which collects Error and Assert messages, and stores them in a list It is meant to capture messages before logging, file system, or other typical means of providing information to the user may not be available during startup sequences. The implementation of how the collected messages are displayed must be determined by the deriving class.


The documentation for this class was generated from the following file: