Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
이 메서드는 오류, 경고 및 메서드 호출에 대한 로깅을 활성화합니다.
HRESULT StartLogging(
BSTR LogFileName,
VARIANT_BOOL WriteMethodCalls
);
void StartLogging(
string LogFileName,
bool WriteMethodCalls
);
Sub StartLogging( _
LogFileName As String, _
WriteMethodCalls As Boolean _
)
LogFileName
[in] 이 매개변수에는 로그 파일의 전체 경로가 지정됩니다. 파일이 없으면 새로 생성됩니다.
WriteMethodCalls
[in] 이 매개변수는 ABBYY FineReader 엔진 메서드 호출이 로그 파일에 기록되도록 설정합니다. 형식은 다음과 같습니다.
<호출 시각>, <실행 시간(ms)>, <Interface::Method (parameter1, … )>
예: 12:40:31.254, 17 ms, IRecognizerParams::put_OneWordPerLine( VARIANT_TRUE )
이 메서드에는 별도의 반환 값이 없습니다. ABBYY FineReader 엔진 함수의 표준 반환 값을 반환합니다.
로그 파일에는 엔진 객체를 초기화 해제하기 전에 삭제되지 않은 객체 목록이 포함될 수 있습니다. 이를 위해서는 초기화 해제 전에 로깅을 비활성화하는 StopLogging 메서드를 호출하지 마십시오.
엔진
EnableEngineLogging
EnableProcessorLogging
StopLogging