OnnxSessionOptions.LogVerbosityLevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Log Verbosity Level for the session logs. Default = 0. Valid values are >=0. This takes into effect only when the LogSeverityLevel is set to ORT_LOGGING_LEVEL_VERBOSE.
public int LogVerbosityLevel { get; set; }
member this.LogVerbosityLevel : int with get, set
Public Property LogVerbosityLevel As Integer