C# Bindings - improved logging (#714)

* added optional support for .NET logging

* bump version and add missing alpha suffix

* avoid creating additional namespace for extensions

* prefer NullLogger/NullLoggerFactory over null-conditional ILogger to avoid errors

---------

Signed-off-by: mvenditto <venditto.matteo@gmail.com>
This commit is contained in:
mvenditto
2023-06-01 22:01:27 +02:00
committed by GitHub
parent d15ff7de40
commit fc5537badf
8 changed files with 122 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
using Gpt4All.Bindings;
namespace Gpt4All.Extensions;
namespace Gpt4All;
public static class PredictRequestOptionsExtensions
{