Table of Contents

Enum OnnxLogLevel

Namespace
AiDotNet.Onnx
Assembly
AiDotNet.dll

Log severity levels for ONNX Runtime.

public enum OnnxLogLevel

Fields

Error = 3

Log errors and above.

Fatal = 4

Log only fatal errors.

Info = 1

Log info and above.

Verbose = 0

Log all messages.

Warning = 2

Log warnings and above.