Tracking failed imap setup steps for app insights.
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
namespace Wino.Core.Domain.Interfaces;
|
||||
|
||||
public interface ILogInitializer
|
||||
{
|
||||
void SetupLogger(string fullLogFilePath);
|
||||
|
||||
void RefreshLoggingLevel();
|
||||
}
|
||||
@@ -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