You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, it's not documented. But I examined the code to figure out you can do the following:
Define a class like:
public class DeepgramLogger : Serilog.ILogger
{
public void Write(LogEvent logEvent)
{
.. Add your code here for custom logging
}
}
Yea, the other objective to this issue is to define an interface for the logger within the SDK here. It isn't explicitly called out here, but that's one of the other intents
Proposed changes
Context
Possible Implementation
Other information
The text was updated successfully, but these errors were encountered: