org.erowid.sperowider
Class SperoLog

java.lang.Object
  extended byorg.erowid.sperowider.SperoLog

public class SperoLog
extends Object

Centralized logging location. This class is never instantiated, but just exposes a bunch of static loggers.

Version:
: $Header: /cvsroot/sperowider/SPEROWIDER_MODULE/javasource/org/erowid/sperowider/SperoLog.java,v 1.4 2005/01/15 23:26:15 gurustu Exp $
Author:
: $Author: gurustu $

Field Summary
static Logger DOWNLOAD
          The logger corresponding to DOWNLOAD_LOGNAME
static Logger DOWNLOAD_DOWNLOAD
          The logger corresponding to DOWNLOAD_DOWNLOAD_LOGNAME
static String DOWNLOAD_DOWNLOAD_LOGNAME
          Use "download.download" in the log4j configuration to indicate the logger that is used to show actual data downloads.
static Logger DOWNLOAD_ERROR
          The logger corresponding to DOWNLOAD_ERROR_LOGNAME
static String DOWNLOAD_ERROR_LOGNAME
          Use "download.error" in the log4j configuration to indicate the logger that is used to show generic download errors.
static Logger DOWNLOAD_INVALIDURL
          The logger corresponding to DOWNLOAD_INVALIDURL_LOGNAME
static String DOWNLOAD_INVALIDURL_LOGNAME
          Use "download.invalidurl" in the log4j configuration to indicate the logger that is used to show invalid URLs.
static String DOWNLOAD_LOGNAME
          Use "download" in the log4j configuration file to indicate all of the download loggers.
static Logger DOWNLOAD_SPIDER
          The logger corresponding to DOWNLOAD_SPIDER_LOGNAME
static String DOWNLOAD_SPIDER_LOGNAME
          Use "download.spider" in the log4j configuration to indicate the logger that is used to show spidering events.
static Logger DOWNLOAD_URLFOUND
          The logger corresponding to DOWNLOAD_URLFOUND_LOGNAME
static String DOWNLOAD_URLFOUND_LOGNAME
          Use "download.urlfound" in the log4j configuration file to indicate the logger that is used to show when URLs are found.
static Logger DOWNLOAD_URLMAP
          The logger corresponding to DOWNLOAD_URLMAP_LOGNAME
static String DOWNLOAD_URLMAP_LOGNAME
          Use "download.urlmap" in the log4j configuration to indicate the logger that is used to show when a URL is mapped to another URL, or to a filename.
static Logger DOWNLOAD_URLPOPFROMQUEUE
          The logger corresponding to DOWNLOAD_URLPOPFROMQUEUE_LOGNAME
static String DOWNLOAD_URLPOPFROMQUEUE_LOGNAME
          Use "download.urlpopfromqueue" in the log4j configuration to indicate the logger that is used to show when URLs are popped from the queue.
static Logger INDEX
          The logger corresponding to INDEX_LOGNAME
static Logger INDEX_ERROR
          The logger corresponding to INDEX_ERROR_LOGNAME
static String INDEX_ERROR_LOGNAME
          Use "index.error" in the log4j configuration to indicate the logger that is used to show indexing errors.
static Logger INDEX_INDEX
          The logger corresponding to INDEX_INDEX_LOGNAME
static String INDEX_INDEX_LOGNAME
          Use "index.index" in the log4j configuration to indicate the logger that is used to show when a document is indexed.
static String INDEX_LOGNAME
          Use "index" in the log4j configuration file to indicate all of the indexing loggers.
static Logger RECTIFY
          The logger corresponding to RECTIFY_LOGNAME
static Logger RECTIFY_DOCUMENT
          The logger corresponding to RECTIFY_DOCUMENT_LOGNAME
static String RECTIFY_DOCUMENT_LOGNAME
          Use "rectify.document" in the log4j configuration to indicate the logger that is used to show when a document is rectified.
static Logger RECTIFY_ERROR
          The logger corresponding to RECTIFY_ERROR_LOGNAME
static String RECTIFY_ERROR_LOGNAME
          Use "rectify.error" in the log4j configuration to indicate the logger that is used to show rectifcation errors.
static String RECTIFY_LOGNAME
          Use "rectify" in the log4j configuration file to indicate all of the rectification loggers.
 
Constructor Summary
SperoLog()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOWNLOAD_LOGNAME

public static final String DOWNLOAD_LOGNAME
Use "download" in the log4j configuration file to indicate all of the download loggers.

See Also:
Constant Field Values

DOWNLOAD_URLFOUND_LOGNAME

public static final String DOWNLOAD_URLFOUND_LOGNAME
Use "download.urlfound" in the log4j configuration file to indicate the logger that is used to show when URLs are found.

See Also:
Constant Field Values

DOWNLOAD_URLPOPFROMQUEUE_LOGNAME

public static final String DOWNLOAD_URLPOPFROMQUEUE_LOGNAME
Use "download.urlpopfromqueue" in the log4j configuration to indicate the logger that is used to show when URLs are popped from the queue.

See Also:
Constant Field Values

DOWNLOAD_URLMAP_LOGNAME

public static final String DOWNLOAD_URLMAP_LOGNAME
Use "download.urlmap" in the log4j configuration to indicate the logger that is used to show when a URL is mapped to another URL, or to a filename.

See Also:
Constant Field Values

DOWNLOAD_INVALIDURL_LOGNAME

public static final String DOWNLOAD_INVALIDURL_LOGNAME
Use "download.invalidurl" in the log4j configuration to indicate the logger that is used to show invalid URLs.

See Also:
Constant Field Values

DOWNLOAD_ERROR_LOGNAME

public static final String DOWNLOAD_ERROR_LOGNAME
Use "download.error" in the log4j configuration to indicate the logger that is used to show generic download errors.

See Also:
Constant Field Values

DOWNLOAD_DOWNLOAD_LOGNAME

public static final String DOWNLOAD_DOWNLOAD_LOGNAME
Use "download.download" in the log4j configuration to indicate the logger that is used to show actual data downloads.

See Also:
Constant Field Values

DOWNLOAD_SPIDER_LOGNAME

public static final String DOWNLOAD_SPIDER_LOGNAME
Use "download.spider" in the log4j configuration to indicate the logger that is used to show spidering events.

See Also:
Constant Field Values

RECTIFY_LOGNAME

public static final String RECTIFY_LOGNAME
Use "rectify" in the log4j configuration file to indicate all of the rectification loggers.

See Also:
Constant Field Values

RECTIFY_DOCUMENT_LOGNAME

public static final String RECTIFY_DOCUMENT_LOGNAME
Use "rectify.document" in the log4j configuration to indicate the logger that is used to show when a document is rectified.

See Also:
Constant Field Values

RECTIFY_ERROR_LOGNAME

public static final String RECTIFY_ERROR_LOGNAME
Use "rectify.error" in the log4j configuration to indicate the logger that is used to show rectifcation errors.

See Also:
Constant Field Values

INDEX_LOGNAME

public static final String INDEX_LOGNAME
Use "index" in the log4j configuration file to indicate all of the indexing loggers.

See Also:
Constant Field Values

INDEX_INDEX_LOGNAME

public static final String INDEX_INDEX_LOGNAME
Use "index.index" in the log4j configuration to indicate the logger that is used to show when a document is indexed.

See Also:
Constant Field Values

INDEX_ERROR_LOGNAME

public static final String INDEX_ERROR_LOGNAME
Use "index.error" in the log4j configuration to indicate the logger that is used to show indexing errors.

See Also:
Constant Field Values

DOWNLOAD

public static final Logger DOWNLOAD
The logger corresponding to DOWNLOAD_LOGNAME


DOWNLOAD_URLFOUND

public static final Logger DOWNLOAD_URLFOUND
The logger corresponding to DOWNLOAD_URLFOUND_LOGNAME


DOWNLOAD_URLPOPFROMQUEUE

public static final Logger DOWNLOAD_URLPOPFROMQUEUE
The logger corresponding to DOWNLOAD_URLPOPFROMQUEUE_LOGNAME


DOWNLOAD_URLMAP

public static final Logger DOWNLOAD_URLMAP
The logger corresponding to DOWNLOAD_URLMAP_LOGNAME


DOWNLOAD_INVALIDURL

public static final Logger DOWNLOAD_INVALIDURL
The logger corresponding to DOWNLOAD_INVALIDURL_LOGNAME


DOWNLOAD_ERROR

public static final Logger DOWNLOAD_ERROR
The logger corresponding to DOWNLOAD_ERROR_LOGNAME


DOWNLOAD_DOWNLOAD

public static final Logger DOWNLOAD_DOWNLOAD
The logger corresponding to DOWNLOAD_DOWNLOAD_LOGNAME


DOWNLOAD_SPIDER

public static final Logger DOWNLOAD_SPIDER
The logger corresponding to DOWNLOAD_SPIDER_LOGNAME


RECTIFY

public static final Logger RECTIFY
The logger corresponding to RECTIFY_LOGNAME


RECTIFY_DOCUMENT

public static final Logger RECTIFY_DOCUMENT
The logger corresponding to RECTIFY_DOCUMENT_LOGNAME


RECTIFY_ERROR

public static final Logger RECTIFY_ERROR
The logger corresponding to RECTIFY_ERROR_LOGNAME


INDEX

public static final Logger INDEX
The logger corresponding to INDEX_LOGNAME


INDEX_INDEX

public static final Logger INDEX_INDEX
The logger corresponding to INDEX_INDEX_LOGNAME


INDEX_ERROR

public static final Logger INDEX_ERROR
The logger corresponding to INDEX_ERROR_LOGNAME

Constructor Detail

SperoLog

public SperoLog()

spero logo small Sperowider is
© 2005 Erowid.org