logging_severity_level property
\brief The logging severity level for the environment. Must be set to a value from OrtLoggingLevel.
\note Logging messages which are less severe than the logging_severity_level are not emitted.
\note Serves as the default logging severity level for session creation and runs. Use OrtApi::SetSessionLogSeverityLevel to set a logging severity level for the creation of specific session. Use OrtApi::RunOptionsSetRunLogSeverityLevel to set a logging severity level for a specific session run.
\since Version 1.24.
Implementation
@ffi.Int32()
external int logging_severity_level;