org.apache.solr.handler.dataimport
Class DebugLogger
java.lang.Object
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DebugLogger
public DebugLogger()
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.