C# Class Appccelerate.EvaluationEngine.Extensions.EmptyLogExtension

Log extension that does not log anything (empty implementation).
Inheritance: ILogExtension
Afficher le fichier Open project: appccelerate/appccelerate

Méthodes publiques

Méthode Description
FoundAnswer ( Context context ) : void

Logs the found answer together with information how it was found.

Method Details

FoundAnswer() public méthode

Logs the found answer together with information how it was found.
public FoundAnswer ( Context context ) : void
context Context The context.
Résultat void