feat: 初始功能
This commit is contained in:
9
Services/Abstractions/IAppLogger.cs
Normal file
9
Services/Abstractions/IAppLogger.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using CloudPrint.Client.Models;
|
||||
|
||||
namespace CloudPrint.Client.Services.Abstractions;
|
||||
|
||||
public interface IAppLogger
|
||||
{
|
||||
string LogDirectory { get; }
|
||||
void Write(AppLogEntry entry);
|
||||
}
|
||||
Reference in New Issue
Block a user