C# 클래스 Appccelerate.EvaluationEngine.Extensions.EmptyLogExtension

Log extension that does not log anything (empty implementation).
상속: ILogExtension
파일 보기 프로젝트 열기: appccelerate/appccelerate

공개 메소드들

메소드 설명
FoundAnswer ( Context context ) : void

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

메소드 상세

FoundAnswer() 공개 메소드

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