Appccelerate.EvaluationEngine.Extensions.EmptyLogExtension.FoundAnswer C# (CSharp) Method

FoundAnswer() public method

Logs the found answer together with information how it was found.
public FoundAnswer ( Context context ) : void
context Context The context.
return void
        public void FoundAnswer(Context context)
        {
        }
    }
EmptyLogExtension