Tracking failed imap setup steps for app insights.
This commit is contained in:
10
Wino.Core.Domain/Interfaces/IWinoLogger.cs
Normal file
10
Wino.Core.Domain/Interfaces/IWinoLogger.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Wino.Core.Domain.Interfaces;
|
||||
|
||||
public interface IWinoLogger
|
||||
{
|
||||
void SetupLogger(string fullLogFilePath);
|
||||
void RefreshLoggingLevel();
|
||||
void TrackEvent(string eventName, Dictionary<string, string> properties = null);
|
||||
}
|
||||
Reference in New Issue
Block a user