org.apache.solr.handler.dataimport
Class DebugLogger

java.lang.Object
  extended by org.apache.solr.handler.dataimport.DebugLogger

public class DebugLogger
extends Object

Implements most of the interactive development functionality

Refer to http://wiki.apache.org/solr/DataImportHandler for more details.

This API is experimental and subject to change

Since:
solr 1.3
Version:
$Id: DebugLogger.java 693621 2008-09-09 21:20:40Z gsingers $

Constructor Summary
DebugLogger()
           
 
Method Summary
static String getStacktraceString(Exception e)
           
 void log(int event, String name, Object row)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugLogger

public DebugLogger()
Method Detail

log

public void log(int event,
                String name,
                Object row)

getStacktraceString

public static String getStacktraceString(Exception e)


Copyright © 2008 Apache Software Foundation. All Rights Reserved.