C# Class Appccelerate.EvaluationEngine.Extensions.EmptyLogExtension

Log extension that does not log anything (empty implementation).
Inheritance: ILogExtension
Show file Open project: appccelerate/appccelerate

Public Methods

Method Description
FoundAnswer ( Context context ) : void

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

Method Details

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