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::StartupLogSinkReporter< StartupLogSinkType > Class Template Reference

#include <StartupLogSinkReporter.h>

Public Member Functions

StartupLogSinkType & GetContainedLogSink ()
 

Protected Attributes

StartupLogSinkType m_myBusListener
 

Detailed Description

template<typename StartupLogSinkType>
class AZ::Debug::StartupLogSinkReporter< StartupLogSinkType >

A scoped helper class for use with derived classes from StartupLogSink. This class manages the StartupLogSink's connection to the bus, and requests to display the collected error and assert messages when it falls out of scope.


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