All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
diagnostic.h
1//
2// Copyright 2018 Pixar
3//
4// Licensed under the terms set forth in the LICENSE.txt file available at
5// https://openusd.org/license.
6//
7#ifndef PXR_IMAGING_HF_DIAGNOSTIC_H
8#define PXR_IMAGING_HF_DIAGNOSTIC_H
9
10#include "pxr/pxr.h"
13
14PXR_NAMESPACE_OPEN_SCOPE
15
16
23#define HF_VALIDATION_WARN(id, ...) \
24 TF_WARN("Invalid Hydra prim '%s': %s", \
25 id.GetText(), \
26 TfStringPrintf(__VA_ARGS__).c_str())
27
28
29PXR_NAMESPACE_CLOSE_SCOPE
30
31#endif // PXR_IMAGING_HF_DIAGNOSTIC_H
Low-level utilities for informing users of various internal and external diagnostic conditions.
Definitions of basic string utilities in tf.