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

ReadLogById() public method

public ReadLogById ( string logId ) : System.Threading.Tasks.Task
logId string
return System.Threading.Tasks.Task
        public Task ReadLogById(string logId)
        {
            throw new System.NotImplementedException();
        }