Enum OnnxLogLevel
Log severity levels for ONNX Runtime.
public enum OnnxLogLevel
Fields
Error = 3Log errors and above.
Fatal = 4Log only fatal errors.
Info = 1Log info and above.
Verbose = 0Log all messages.
Warning = 2Log warnings and above.