Severity#
- class omni.graph.core.Severity#
- Bases: - pybind11_object- Severity level of the log message - Members: - INFO : Message is informational only - WARNING : Message is regarding a recoverable unexpected situation - ERROR : Message is regarding an unrecoverable unexpected situation - Methods - __init__(self, value)- Attributes - ERROR- INFO- WARNING- value- __init__(
- self: omni.graph.core._omni_graph_core.Severity,
- value: int,
 - property name#