IStructuredLogControl2.h#
Fully qualified name: omni/structuredlog/IStructuredLogControl2.h
File members: omni/structuredlog/IStructuredLogControl2.h
// SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
// SPDX-License-Identifier: LicenseRef-NvidiaProprietary
//
// NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
// property and proprietary rights in and to this material, related
// documentation and any modifications thereto. Any use, reproduction,
// disclosure or distribution of this material and related documentation
// without an express license agreement from NVIDIA CORPORATION or
// its affiliates is strictly prohibited.
#pragma once
#include "StructuredLogCommon.h"
#include "IStructuredLogControl.h"
#include "../core/IObject.h"
namespace omni
{
namespace structuredlog
{
class IStructuredLogControl2;
// ****************************** IStructuredLogControl2 interface ********************************
class IStructuredLogControl2_abi : public omni::core::Inherits<omni::structuredlog::IStructuredLogControl_abi,
OMNI_TYPE_ID("omni.structuredlog.IStructuredLogControl2")>
{
protected:
virtual void emitProcessLifetimeExitEvent_abi(OMNI_ATTR("c_str, in, not_null") const char* reason) noexcept = 0;
};
} // namespace structuredlog
} // namespace omni
#define OMNI_BIND_INCLUDE_INTERFACE_DECL
#include "IStructuredLogControl2.gen.h"
class omni::structuredlog::IStructuredLogControl2
: public omni::core::Generated<omni::structuredlog::IStructuredLogControl2_abi>
{
};
#define OMNI_BIND_INCLUDE_INTERFACE_IMPL
#include "IStructuredLogControl2.gen.h"