CQRSalad.Infrastructure.Logging.KutchaDispatcherContextLogger.ReadLogsWithError C# (CSharp) Method

ReadLogsWithError() public method

public ReadLogsWithError ( int @from, int count ) : System.Threading.Tasks.Task
@from int
count int
return System.Threading.Tasks.Task
        public Task ReadLogsWithError(int @from = 0, int count = 0)
        {
            throw new System.NotImplementedException();
        }
    }