完成显示日志功能
This commit is contained in:
@@ -8,6 +8,11 @@ namespace DMS.Core.Interfaces.Repositories;
|
||||
/// </summary>
|
||||
public interface INlogRepository : IBaseRepository<Nlog>
|
||||
{
|
||||
/// <summary>
|
||||
/// 异步删除所有Nlog日志。
|
||||
/// </summary>
|
||||
Task DeleteAllAsync();
|
||||
|
||||
// 可以在此处添加 Nlog 特定的查询方法,例如:
|
||||
// Task<List<Nlog>> GetLogsByLevelAsync(string level);
|
||||
// Task<List<Nlog>> GetLogsByDateRangeAsync(DateTime startDate, DateTime endDate);
|
||||
|
||||
Reference in New Issue
Block a user