onnxruntime/csharp/src
yf711 8b9065a396
Add getter/setter of C# OrtEnv log level (#13402)
### Description
* Add getter/setter to access and update C# OrtEnv log level
* Add C API about updating ort env with custom log level to support the
setter above (Following [pybind
implementation](952c99304a/onnxruntime/python/onnxruntime_pybind_state.cc (L923-L924)))
* Add test case to verify getter & setter


### Motivation and Context
* For C++/Python, the log level can be adjusted via OrtEnv, and this
feature is missing in C# binding
2022-11-04 21:46:00 -07:00
..
Microsoft.AI.MachineLearning Fix Microsoft.AI.MachineLearning NuGet App failure with multiple binaries copied to same destination (#10076) 2021-12-21 12:34:03 -08:00
Microsoft.AI.MachineLearning.Interop Enable building winml with --build_nuget (#9632) 2021-11-04 00:42:51 -07:00
Microsoft.ML.OnnxRuntime Add getter/setter of C# OrtEnv log level (#13402) 2022-11-04 21:46:00 -07:00