Regain 2.1.0-STABLE API

net.sf.regain.crawler
Interface ErrorLogger

All Known Implementing Classes:
Crawler

public interface ErrorLogger

Loggs errors.

Author:
Tilman Schneider, STZ-IDA an der FH Karlsruhe

Method Summary
 void logError(String msg, Throwable thr, boolean fatal)
          Loggs an error.
 

Method Detail

logError

void logError(String msg,
              Throwable thr,
              boolean fatal)
Loggs an error.

Parameters:
msg - The error message.
thr - The error
fatal - Specifies whether the error was fatal. An error is fatal if it caused that the index could not be created.

Regain 2.1.0-STABLE API

Regain 2.1.0-STABLE, Copyright (C) 2004-2010 Til Schneider, www.murfman.de, Thomas Tesche, www.clustersystems.info