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

LogError() public method

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